I've never work with creating controls on the fly. Now that I am, I'm
uncertain about a particular aspect.
Example:
I have a static listbox named ListBox1. I use the following routine:
Private Sub ListBox1_MouseD own(........) Handles ListBox1.MouseD own
That's great for ListBox1 however how do I handle a listbox I create and
name on the fly?
Thanks for the help!
uncertain about a particular aspect.
Example:
I have a static listbox named ListBox1. I use the following routine:
Private Sub ListBox1_MouseD own(........) Handles ListBox1.MouseD own
That's great for ListBox1 however how do I handle a listbox I create and
name on the fly?
Thanks for the help!
Comment