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!

win API for making application "name" blink on windows taskbar

Status
Not open for further replies.

spyG5

Programmer
Jun 3, 2003
10
PH
hi,

i've seen some applications currently running "blinking" on the taskbar whenever something has happened. example: this happens on internet explorer whenever it's true downloading a particular website and it's ready for viewing.

is there an API i could use to do this to my app. my app waits for another app to give it some signal via a socket. it's receiving the signal, but i want it to "blink" so the person using it gets reminded that it has received a signal from the other app.

any other way to do this would be appreciated.

thanks!

 
I think if you will open a message box when the sugnal is coming, the OS will take care of the blink.
 
Hi Korach,

It turns out that there's this windows API(?) function, part of the platform SDK, called FlashWindow(). I had to import a DLL to use it but it's doing its thing now :)

Thanks Anyways!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top