Skip to content

A C# Console Application to demonstrate Windows Tray Applications

Notifications You must be signed in to change notification settings

coderepohub/WindowsTrayApplication

Repository files navigation

Create a Windows Tray Application

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 Console Application in Visual Studio

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.

About

A C# Console Application to demonstrate Windows Tray Applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages