I am fairly new to windows programming world. I want to develop a windows application that is embedded into TaskBar(near to system tray) and clicking that actual application should launch. Is C# & WPF are right tools for that or should i use any other programming language. Any thoughts on how it can be done is very appreciated.
Share
You can search for “tray bar application c#” or “notifyicon application c#”, there are many examples. Also here is a possible duplicate of the question
How can I make a .NET Windows Forms application that only runs in the System Tray?