Hi all,
I have a question...
I'm creating tabs programmaticall y using vb.net . in each tab that is created there is listbox, and 4buttons (also added by coding).
when i change the listbox selected item, an event should be called, lets say a messagebox will appear with the selected index of that tab.
I want to know how can I make this handler work for all the listbox that I create in different tabs?
What do you think? any advice?
Regards,
HK
I have a question...
I'm creating tabs programmaticall y using vb.net . in each tab that is created there is listbox, and 4buttons (also added by coding).
when i change the listbox selected item, an event should be called, lets say a messagebox will appear with the selected index of that tab.
I want to know how can I make this handler work for all the listbox that I create in different tabs?
What do you think? any advice?
Regards,
HK
Comment