I want to use an array of the listbox control in VB.net , I use the code below:
dim controltmp() as new listbox()
But I have no idea of how to catch events such as click and double click of the controls in the array!
can anybody help?
Thanks in advance
