How to make my application sparkle?

  • Thread starter Thread starter Cylix
  • Start date Start date
C

Cylix

I am writing a small program to monitor a folder.
Normally, the user will minimize the application on the task bar.

When a new file on the folder, I would like to make the application in
task bar to sparkle.
Just like we minimized a msn conversation window and got a new
message.
Thanks a lot.
 
Cylix said:
I am writing a small program to monitor a folder.
Normally, the user will minimize the application on the task bar.

When a new file on the folder, I would like to make the application in
task bar to sparkle.
Just like we minimized a msn conversation window and got a new
message.

P/Invoke FlashWindow/FlashWindowEx

Thorsten Doerfler
 
P/Invoke FlashWindow/FlashWindowEx
I think flashwindow is came from windows API right?
but ...anyone can telll me how to declare flashwindow from WINAPI to
vb.net?

Thanks.
 
Back
Top