Get index of selected item in Listbox
Visual Basic
5
Posts
3
Posters
0
Views
1
Watching
-
How do I get the index of a selected item in a listbox? Many thanks, Glen Conaway
-
How do I get the index of a selected item in a listbox? Many thanks, Glen Conaway
Are you talking about trying to use it somewhat like a directory structure?
-
How do I get the index of a selected item in a listbox? Many thanks, Glen Conaway
Are you trying to use it somewhat like a directory structure?
-
How do I get the index of a selected item in a listbox? Many thanks, Glen Conaway
Try the .SelectedIndex() property of the listbox. Hope This Helps Kyle
-
Try the .SelectedIndex() property of the listbox. Hope This Helps Kyle
Works great!!! Many Thanks, Glen Conaway