|
-
Dec 1st, 2002, 05:10 PM
#1
Thread Starter
Junior Member
listbox properity?? help
Hi
there's a function or properity associated with the following:
lstBox1.items.remove(lstBox1.selectedItems)
lstBox2.items.remove(lstBox2.?????)
my goal is to remove an item from lstBox1 by selecting it and automatically item on tthe same index from lstBox2 gets removed automatically w/o having to select it.
now i know it should be lstBox1.selctedItems in lstBox1. what shall i use for the lstBox2 and possibly lstBox3
P.S i have option strict and option (i forgot wt is ) are on.
thanks
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
|