I am new in C# .NET in WPF and I am trying to make a basic application based as tray icon and so using no windows.
As tray application I mean one in the following picture:
Creating a new VisualStudio project I see following "default" libraries, some of these are used to manage windows. This default project is a window base application.
Which libraries I have to use for a tray based application?
Can you give me a basic and working example on which I can start?