G
Guest
Hi all,
I have a set of forms created with the compact framework each contains a
number of radio buttons in separate groups. I would like to be able to reset
all the buttons at once so if a mistake is made the user can begin again.
i have tried
Dim RadioObj as Radiobutton
For Each RadioObj in me.control then
if RadioObj.checked = True then
I have a set of forms created with the compact framework each contains a
number of radio buttons in separate groups. I would like to be able to reset
all the buttons at once so if a mistake is made the user can begin again.
i have tried
Dim RadioObj as Radiobutton
For Each RadioObj in me.control then
if RadioObj.checked = True then