Monday 15 June 2015

c# - ClickOnce not showing notifications, but regular exe is -


I have a click-on app when I install it on the machine so it does not show me BalloonTipText which I can not through NotifyIcon I send from However, when I go to the Clickon Applications folder and go directly to .exe and load myself, all the notifications appear to be okay manually.

I also commented the code to make sure my code was not due to errors.

  notifyTray.ShowBalloonTip (15000, "title", "exam", ToolTipIcon.Info);  

Notice appears in all settings except for click on


No comments:

Post a Comment