I have a Dialog box that contains combo boxes, check boxes and edit boxes. When the user selects some of the check boxes I need to disable some combo and edit boxes. Is there a way to disables the combo boxes after they are created. The only way I get get it working is by redrawing the boxes with the WS_DISABLED flag.
Thanks for any help
Thanks for any help