|
-
Jan 19th, 2004, 02:05 PM
#1
Thread Starter
Member
Please ammend this checklist code
Hi,
in the following code I want to let ALL the items of checkedlist1 been checked
Dim i As Integer
i = Me.CheckedListBox1.Items.Count()
For i = 0 To i - 1
Me.CheckedListBox1.GetItemChecked(i) = True
Next
but it gives me error
Please ammend this code to make ALL the items of checkedlist1 been checked
thanx
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
|