Parent form handle hwnd is existed. Now I want to populate it with edit controls into which output-text is written. I am not familiar with WIN32 API, Thanks for showing me some code examples. Thank you!~
Parent form handle hwnd is existed. Now I want to populate it with edit
Share
http://msdn.microsoft.com/en-us/library/ms633546(VS.85).aspx
If you want to set text using chars then you can use
SetWindowTextAso you don’t need to bother with multibyte to/from wide characters.I suggest the Programming Windows book by Charles Petzold.
You say hwnd is your parent then you could create the edit controls with default text like:
Read up on the docs for
CreateWindowat http://msdn.microsoft.com/en-us/library/ms632679(v=vs.85).aspx