Simple Listbox Question:

bean

New member
Joined
Nov 16, 2006
Messages
3
Programming Experience
Beginner
New to VB

I have a listbox.

I want to check which items have been selected. If any items have been selected I want to store the index value of that item in an array.

I imagine I can just loop through a listbox object that contains the selected items.

However, I am new to VB and so I don't know the methods etc I need to use.

Thanks for the help.
 
Back
Top