how can i create an twinkle effect on windows start bar as msn does when a message get
C#
2
Posts
2
Posters
0
Views
1
Watching
-
There is no such direct method available in .Net, this can be done using FlashWindow API function which is available in User32.dll file. Calling this function will require you to use InteropServices class. Check following link for a tutorial – http://www.bobpowell.net/flashbar.htm I hope this helps. -Ajay.
------------------------- www.componentone.com -------------------------