Gui's with Win32 API
Posted
by user146780
on Stack Overflow
See other posts from Stack Overflow
or by user146780
Published on 2010-04-19T01:07:55Z
Indexed on
2010/04/19
1:13 UTC
Read the original article
Hit count: 374
I'm wondering what the correct way of creating Gui's in with Win32 API. Right now I just call the CreateWindowEx in my WM_CREATE event, but I don't think this is the right way to do it. Just as an example, what would be the correct way of adding a 100x20 EditField and getting text from it? Would you create it on WM_Create then use GetText()?
Thanks
© Stack Overflow or respective owner