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?
Printable View
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?
tryVB Code:
If userList.Selected(i) = True Then
List1.Selected(1) = True
oops! u already posted by the time... i clicked on post reply... lol!
thx all... this pc has no help file installed and too many matches in google...