Count checked CheckedListBox items
- by comii
Hi!
I have CheckedListBox and four item in it!
Now I want to count number of checked item.
For this I use:
countnumber=CheckedListBox1.CheckedItems.Count
But countnumber is always 0 even if I checked CheckedListBox items or not!
What I am doing wrong?