0

Possible Duplicate:
WPF Application that only has a tray icon

how to write WPF application running on system tray only since the application start?

Community
  • 1
  • 1
Prince OfThief
  • 6,323
  • 14
  • 40
  • 53
  • I was about to post an answer but was simply overcome by a deep sorrow that people keep posting questions that can be answered _fully_ with a simple search either on google or on this very site. – Alex Paven Nov 10 '10 at 20:29

1 Answers1

1

Remove the App.xaml-file and implement a Main-method yourself without any window.Show() etc. You will need to use WinForm-references for the notifyicon.

Andreas Zita
  • 7,232
  • 6
  • 54
  • 115