Hello
i am using vc++ 6 and watend to know how you can do, that a window is drawn like it belongs to the background, so that it does not cover other windows?
This is a discussion on Pin to dekstop within the Windows Programming forums, part of the Platform Specific Boards category; Hello i am using vc++ 6 and watend to know how you can do, that a window is drawn like ...
Hello
i am using vc++ 6 and watend to know how you can do, that a window is drawn like it belongs to the background, so that it does not cover other windows?
You can set your windows position in the "Z order" with the SetWindowPos() API routine. Set the hWndInsertAfter member to HWND_BOTTOM, then it will below your other windows.
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
Thanks it worked.