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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top