how to write WPF application running on system tray only? [duplicate]
Possible Duplicate:
WPF Application that only has a tray icon
how to write WPF applicati开发者_StackOverflowon running on system tray only since the application start?
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.
精彩评论