Re: radio buttons & disabling associated comboboxes?
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Tue, 28 Nov 2006 20:54:00 -0500
Jim wrote:
This may be an obvious question, but I'm not coming up with the answer. I have a number of radio buttons in an MFC application, and I can call SetCheck() to enable & disable the radio buttons. But what method to I call on disable instances of CComboBox? Thanks.
SetCheck() does not enable and disable. Use EnableWindow to enable and disable any control.
--
Scott McPhillips [VC++ MVP]
.
- References:
- Prev by Date: radio buttons & disabling associated comboboxes?
- Next by Date: Re: Help with VC6.0 Basic Concept!
- Previous by thread: radio buttons & disabling associated comboboxes?
- Next by thread: Re: radio buttons & disabling associated comboboxes?
- Index(es):