Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Radio Buttons

rswy
Beginner
612 Views
Hi,
Can someone tell me how to enable and disable(gray out) radio buttons?I don't mean checking and unchecking them.
I need to have a group of buttons grayed out under certain conditions and enabled under others.
I think Quickwin uses the dlgset function but am not sure how to use it in this case.
--rswy
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
612 Views
Use DlgSet(Dlg, IDC_RADIO_xxx, .FALSE./.TRUE., DLG_ENABLE). You have to call it once per each radio button.
0 Kudos
Reply