Hi
I have six ListBoxes with names from different sources. Now I would like to get the name of the selected item in the most recently selected ListBox. How do I do that? I can’t simply use ListBox.SelectedItem because I don’t know what ListBox I want to get my information from.
Hi I have six ListBoxes with names from different sources. Now I would like
Share
I’m assuming you are responding to the event. If so, the sender object should be the listbox that fired the event.