hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

Show Standard Balloon cann't work #111

Open casper-rinnai opened 5 months ago

casper-rinnai commented 5 months ago

240104_175

I run sample code

and foud that show standard balloon cann't work,

but show custom balloon working properly.

my os is windows 11

mrchipset commented 1 month ago

I have looked into the TaskbarIcon class and found that it uses WinApi.Shell_NotifyIcon to show standard ballon. I guess this windows api does not act on Win11 as it does on Win10. It is probably due to the permission management issue on Win11.

I'm very sorry that I don't have Win11 to test it. Just some suggestions, Hope that helps.