Make a minimised form flash in task bar..

  • Thread starter Thread starter SPG
  • Start date Start date
S

SPG

Hi,

I need to make a form that is minimised flash in the task bar.
I used to do it with an old winapi call "FlashWindow(hwnd, false)".
Does anyone know how to do this in .NET?

Steve
 
Hi SPG,

AFAIK there is not managed equivalent of FlashWindow API

However, you can use FlashWindow or FlashWindowEx via PInvoke
 
Back
Top