hardcodet / wpf-notifyicon

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

Cannot show icon #17

Closed ShannonZ closed 4 years ago

ShannonZ commented 4 years ago

MyNotifyIcon.ShowBalloonTip("Tips", "Contents", new System.Drawing.Icon("icon.ico"),true); Cannot show any built-in icon or customized icon.

Version:1.0.8 (latest version from nuget) .Net Framework 4.7.2 Window 10

johndcollins commented 4 years ago

Same issue Windows 10 1909. Can't display the Balloon Tip. Also having another issue probably related. When trying to right-click on the TaskIcon I get the following in my debug window: "Unhandled NotifyIcon message ID: 123"

Lakritzator commented 4 years ago

Are there any errors, or details that might help? Without more details, I don't know how to reproduce this and it works fine with my setup.

Can you try this repository, and specify what doesn't work in the sample applications? Or create a simple sample repository which demos the issue?

P.S. To my knowledge the debug info message with the unhandled message should not cause an issue. But we are handling this in the newer version which is not yet available.

johndcollins commented 4 years ago

@Lakritzator this was happening on a Windows 1909 which was upgraded from a previous windows 10 version. Once I wiped the machine and installed a fresh copy of Windows 1909 it worked again. I don't have the environment any longer to be able to reproduce this.

Lakritzator commented 4 years ago

Closing it as it can't be reproduced.