Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3029

Windows that has the lowest Z-order so that all objects are above it?

$
0
0
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

Viewing all articles
Browse latest Browse all 3029

Latest Images

Trending Articles



Latest Images