Hi,
I need to write a while loop to address a large number of
checkboxes on a groupbox. The checkboxes are named sequentially eg: CheckBox1, Checkbox2
How do I access the names individually?
I know i need a counter
but I cant go
if (CheckBox + Counter ->checked == true)
Any help would be appreciated
I need to write a while loop to address a large number of
checkboxes on a groupbox. The checkboxes are named sequentially eg: CheckBox1, Checkbox2
How do I access the names individually?
I know i need a counter
but I cant go
if (CheckBox + Counter ->checked == true)
Any help would be appreciated