How to make System Try Animated Icons and Text of your Application Form in VB.Net
Author: DevASP
Download Source Code : 369_System_tray_animation.zip
This tip will show you how you can make animated icon, animated system tray icon and animated text of form title.
Create a VB.net Application then drag a timer control, Notify icon and three buttons on your form. Firstly create some global variables:
Now write code on form load event
Now write code on timer tick event
Now write code on buttons click event