How to disable a control in a dialog without calling EnableWindow(FALSE)?

  • Thread starter Thread starter Yan Yang
  • Start date Start date
Y

Yan Yang

Guest
I am trying to find out how the edit controls in a dialog are disabled when opening the dialog after a special type of input is selected. I could not find EnableWindow(FALSE) is called in these disabled controls, which are disabled after calling OnInitDialog on the base class.

Any suggestion would be appreciated.

Continue reading...
 
Back
Top