Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blinking Taskbar!

Status
Not open for further replies.

Sridharan

Technical User
Dec 3, 2001
523
IN
Hi,

anyone know how to make a blinking taskbar when a dialog based application is minimized. like yahoo messenger it blinks when a new message arrives.

also like to know how to make a application stay alwayz on top of all the windows. i tried SetWindowPos fn with HWND_TOPMOST but then when i open the Windows Help System that window stayz on top of my window. any idea how to bring my window on top of that help window as well


thanks in advance

Sridharan

 
use FlashWindow(TRUE);

for the successive flashing, You should create a timer, put the FlashWindow(TRUE) into your OnTimer() handler.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top