|
-
Mar 20th, 2003, 05:13 PM
#1
Thread Starter
Hyperactive Member
getting the index of items in a listbox
i go through the listbox using
dim x as integer
dim intIndex as integer
for x = 0 to listbox.listcount
intindex = listbox.list(x).index
next x
i recieve an error..
i want to get the index of all the items in the listbox and put that in a variable as it goes throught the list... any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|