Home > Software engineering >  In MFC engineering, in a dialog box class how to obtain a dialog class (the main dialog box) the EDI
In MFC engineering, in a dialog box class how to obtain a dialog class (the main dialog box) the EDI

Time:11-03

In MFC engineering, in a dialog box class how to obtain a dialog class (the main dialog box) the EDIT controls, and its operation,

CodePudding user response:

FindWindow& FindWindowEx

CodePudding user response:

Get this dialog class object pointer first, and then by pointer
May use some Afx at the beginning of global function window object
  • Related