|
-
January 6th, 2000, 09:23 PM
#1
DATA between litsboxes
how do I make it so when an item is clicked into list1, it is entered in the same spot in list2. I tried the following code:
Private Sub List1_Click()
a = list1.listindex
b$ = list1.list(a)
list2.additem b$, a
but when I try it, it keeps saying "INVALID PROCEDURE CALL OR ARGUEMENT..." What is wrong?
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
|