1

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:

enter image description here

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.

enter image description here

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?

shogitai
  • 1,823
  • 1
  • 23
  • 50
  • WPF or Windows Forms? See [here](https://www.codeproject.com/Articles/290013/Formless-System-Tray-Application) for the former and [here](https://www.codeproject.com/Articles/290013/Formless-System-Tray-Application) for the latter.. – Matthew Watson Feb 27 '18 at 12:28
  • You can start with a simple WinForms template and the remove Form1. – H H Feb 27 '18 at 12:28
  • I am on WPF, description updated. – shogitai Feb 27 '18 at 12:48
  • For a Tray (-only) app it makes little difference... I think the startup code for WinForms gives you a better grip. – H H Mar 01 '18 at 08:24

0 Answers0