Browse by Tags

All Tags » Windows.net (RSS)

Run the Windows .net Application in System Tray on System Startup by Rajneesh Verma

Hi, Today i have created a .net windows application which has following key points. 1. Run only one instance of the project: to achieve this i have change the code of Program.cs as: Code Snippet static class Program { /// <summary> /// The main...
More Posts