CodePudding user response:
In the edit box data change message within main form to send a custom message, pass the parameters of the data through the message to main form
Reference letter, and send message function:
LRESULT SendMessage (
The HWND HWND,
UINT Msg,
WPARAM WPARAM,
LPARAM LPARAM
);
CodePudding user response:
Edit box to add category selected value variables is a cstrings can direct assignment and then the UpdateData (FALSE);Or
SetDlgItemText (control ID, "123");
CodePudding user response: