goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
Hi, all.
I can set check or uncheck of item for items of CheckedListBox only when loading first time.
using this.chkBxMember.Items.Add(mi, true);
But after loading I want to uncheck 3rd item. How can i do it?
I can set check or uncheck of item for items of CheckedListBox only when loading first time.
using this.chkBxMember.Items.Add(mi, true);
But after loading I want to uncheck 3rd item. How can i do it?