A
Ady
Hi,
When I create a window as follows
aWnd->hWnd = CreateWindowEx(WS_EX_CLIENTEDGE, strClassName, strWindowName,
dwStyle, 10, 10,
40,40,
hWndParent, NULL, aWnd->hInstance, NULL);
The window handle hWnd is null but when I call GetLastError the error code
is 0???????
Cany Someone Help?
Ady
When I create a window as follows
aWnd->hWnd = CreateWindowEx(WS_EX_CLIENTEDGE, strClassName, strWindowName,
dwStyle, 10, 10,
40,40,
hWndParent, NULL, aWnd->hInstance, NULL);
The window handle hWnd is null but when I call GetLastError the error code
is 0???????
Cany Someone Help?
Ady