How to Show Icon of your Application in System Tray
Author: DevASP
Download Source Code : 368_System_tray_icon.zip
In this simple article you will learn that how can you show icon of your application in system tray.
Create a New Project in VB.Net. Drag a Notify Icon control and two buttons from tool box and place on form.
Now go to Fileà Add New Items now add new icon file from this and design as you want to design.
Now go to form1 properties and select icon here which you have created before.
Now write code on form load event of the form and some other events as follows
Now write code on button click even