I'm using CreateWindow to generate a user-interface, I'm having toruble adding any control to the window i create, whether it be a Static, or an Editbox, I'm setting the hWnd in createwindow as the hWnd of the main window, I'm even putting %WS_CHILD sometimes as a style, anyone? Do I need to show the control after I create it, is it there and I just do not see it? Hints, help, examples, thanks...
------------------
------------------
Comment