Greetings;
I am looking for a way to createWindowEx and to get the handle of the control just created. I do exactly what the specs say, but all I get back is a return code.
I have tried both these ways:
callfunc CreateWindowExA,
hwnd = CreateWindowExA(
but all i get back is a "0", telling me that all is well.
Pls, how can i do this.
Code in C+ or VB or HotBasic would be great!
Thanks...vmars
I am looking for a way to createWindowEx and to get the handle of the control just created. I do exactly what the specs say, but all I get back is a return code.
I have tried both these ways:
callfunc CreateWindowExA,
hwnd = CreateWindowExA(
but all i get back is a "0", telling me that all is well.
Pls, how can i do this.
Code in C+ or VB or HotBasic would be great!
Thanks...vmars