|
-
Aug 26th, 2003, 10:26 AM
#1
Thread Starter
Lively Member
Can I add another ITemData to a listbox??
I have a listbox that I added
Listbox.AddItem customer name
Listbox.Itemdata(listcount-1) = CustomerNumber
How can I add another ItemData if is possible, I want to add
integers from 1 to .....5 per say.
-
Aug 26th, 2003, 10:51 AM
#2
you can't... the best thing to do is make an array (or collection, whichever is most apt) to hold the data, then put the array index into the ItemData.
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
|