VB.NET: how to require CheckedListBox to have at least one item selected
- by Craig Johnston
With the CheckListBox in VB.NET in VS2005, how would you make it compulsory that at least one item is selected?
Can you select one of the items at design time to make it the default?