开发者

Windows System Tray Application

开发者 https://www.devze.com 2023-01-30 11:53 出处:网络
I created a WPF window with system tray icon via NotifyIcon. When I click the icon in the system tray, the WPF application pops up and is shown on the screen.

I created a WPF window with system tray icon via NotifyIcon. When I click the icon in the system tray, the WPF application pops up and is shown on the screen.

But this solution does not fit my needs. I want the solution to be opened the same way the volumn, net开发者_运维知识库work center, security center, etc. is opened on system tray icon single click (just a little tiny box on top of the taskbar which can neither be moved nor has a close button in the upper right corner).

Can anyone give me a hint?


Does WindowStyle.None fit your needs (Can be set in the WindowStyle Property of your Window)?

0

精彩评论

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