On Windows 10, the ShowBalloonTip
method of NotifyIcon
NEVER shows the balloon tip. This would appear to have something to do with Windows itself.
If I go to Settings > System > Notifications & actions
> and find my running app (vshost32.exe
in debug mode) and click on it, then turn on Show notifications in the action center
, I can clearly see the balloon tip messages being added to the notifications, but never a balloon tip.
I assume this is a problem with Windows 10.
My NotifyIcon
is VISIBLE
my_icon.ShowBalloonTip("Title", "Message", BalloonIcon.Info);
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…