|
-
Jul 8th, 2005, 10:50 AM
#1
Thread Starter
Lively Member
[RESOLVED] listbox with checkbox
i'm using a listbox (with the style checkbox for the first time).
when i try
userList.List(1).State = Checked
vb6 indicates an "invalid qualifier"
what am i doing wrong?
-
Jul 8th, 2005, 11:15 AM
#2
Re: listbox with checkbox
try
VB Code:
If userList.Selected(i) = True Then
-
Jul 8th, 2005, 11:15 AM
#3
Addicted Member
Re: listbox with checkbox
Got You! - ©
- My Signature.
Visit www.compzone.hhnf.com. If you think i helped you, add to my reputation by Clicking "Rate This Post".

-
Jul 8th, 2005, 11:15 AM
#4
Addicted Member
Re: listbox with checkbox
oops! u already posted by the time... i clicked on post reply... lol!
Got You! - ©
- My Signature.
Visit www.compzone.hhnf.com. If you think i helped you, add to my reputation by Clicking "Rate This Post".

-
Jul 8th, 2005, 11:30 AM
#5
Thread Starter
Lively Member
Re: [RESOLVED] listbox with checkbox
thx all... this pc has no help file installed and too many matches in google...
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
|