When you create a window, you must write
hwhdEdit=CreateWindow("EDIT",.....). The parameter "EDIT" is a name of a window class.
To set the window text use function SetWindowText(...) and to get it you should use two functions: GetWindowTextLengthLength and GetWindowText.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.