|
-
Oct 18th, 2000, 04:24 PM
#1
I have a checked listbox. I would like to initialise all options to be checked initially. I tried to put the following in the form Load:
For i = 0 To lstChoices.ListIndex - 1
lstChoices.Selected(i) = True
Next i
But the above does not display checks on my screen. How do I display a checkbox with all list entries checked when initialise the form?
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
|