How do I keep my window above all of the other windows? You know, like the taskmanager in win2000 does. Thanks, August
This is a discussion on Keeping a window on top like the Taskmanager within the Windows Programming forums, part of the Platform Specific Boards category; How do I keep my window above all of the other windows? You know, like the taskmanager in win2000 does. ...
How do I keep my window above all of the other windows? You know, like the taskmanager in win2000 does. Thanks, August
Code:SetWindowPos ( hwnd, HWND_TOPMOST, 0, 0, 0, 0,SWP_NOMOVE|SWP_NOSIZE );
Free the weed!! Class B to class C is not good enough!!
And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi