Re: radio buttons & disabling associated comboboxes?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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]

.


Quantcast