|
-
Jan 28th, 2006, 12:20 AM
#1
Thread Starter
Lively Member
CheckListBox
how could i on a lcick of a button, check all the items in the CheckeListBox, NOT a listview. Thanks
-
Jan 28th, 2006, 12:53 AM
#2
Re: CheckListBox
The CheckedListBox has a SetItemChecked method to check or uncheck an item. To iterate over all items you would use a For loop. The help/MSDN topic for SetItemChecked has a code example.
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
|