- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use DlgSet(Dlg, IDC_RADIO_xxx, .FALSE./.TRUE., DLG_ENABLE). You have to call it once per each radio button.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page