LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Grouping ragio buttons

Hello,

I need to have a group of radio buttons (only one can be selected at a time), and then have a variable which will tell me the current selection. Visual C++ supports the group control that does it all aoutomaticallly. Is there something like that in LabWindows 6.0 ? How can I do it, besides defining a click event for all of them and then checking which control is clicked, and select/diselect each of them manually ???

Thanks,

Edgar TH
0 Kudos
Message 1 of 3
(3,364 Views)
Look for SetSelectedRadioButtons() in the programmers toolbox.  This along with GetSelectedRadioButtons() should be what you are looking for.
0 Kudos
Message 2 of 3
(3,360 Views)

Thanks.

Edgar

0 Kudos
Message 3 of 3
(3,309 Views)