i am new to win32 programming, and i was wondering how you could save the text entered in the edit box as a string. thanks in advance.
This is a discussion on edit box within the Windows Programming forums, part of the Platform Specific Boards category; i am new to win32 programming, and i was wondering how you could save the text entered in the edit ...
i am new to win32 programming, and i was wondering how you could save the text entered in the edit box as a string. thanks in advance.
Use an EM_GETLINE message.
Or use GetWindowText.
Or GetDlgItemText()![]()