Hello,
I want to lock a checkbox in MFC (Visual C++ 6.0). When I use the EnableWindow(FALSE) method, it grays out the whole checkbox. But I need only to disallow a user changing its state - but it should stay white! Like the "Lock" parameter in Microsoft Access does... How can I do this in MFC?
