开发者

how to write WPF application running on system tray only? [duplicate]

开发者 https://www.devze.com 2023-01-24 05:17 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: WPF Application that only has a tray icon
This question already has answers here: Closed 12 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消