We usually see some application which by default when runs shows in the Windows Tray.
This is a walkthrough to create a windows tray application using c#. You can download the application having all the required codes and go through the same.
Create a New Console Application project in Visual Studio(c#). Right Click on the Reference->Add Reference, add System.Windows.Forms reference from the system reference.