Radio Buttons

Radio Buttons

Imagen de rswy

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

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Jugoslav Dujic

Use DlgSet(Dlg, IDC_RADIO_xxx, .FALSE./.TRUE., DLG_ENABLE). You have to call it once per each radio button.

Jugoslav www.xeffort.com

Inicie sesión para dejar un comentario.