I am looking into something like a Owned window, which is owned by the Desktop
Code:
---------
HWND owner_hwnd = GetDesktopWindow();
CreateWindow(L"ABC", L"ABC", WS_POPUP , ...., owner_hwnd, ...);
---------
Sorry, I can't remember exactly all the parameters,
But is this the way to create a owned window, (by specifying only the owner hwnd)?
Thanks
Jack
↧