Any Window inside a specified region
-
Hi, I have a window which I want to see as always visible and active to the users. I have placed the window on top portion of the screen. Now I want all other windows(could be any window) below that window. I guess there should be an API which sets a region(boundary) for windows to be placed in. Can some one help me. Thanks.
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
-
Hi, I have a window which I want to see as always visible and active to the users. I have placed the window on top portion of the screen. Now I want all other windows(could be any window) below that window. I guess there should be an API which sets a region(boundary) for windows to be placed in. Can some one help me. Thanks.
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
You can set your window to be a topmost window, so all other not topmost window will be under your window! Use SetWindowPos() API.