I'm using notifyIcon1.ShowBalloonTip(30000); to display some status change but it also plays a defaul windows sound, is it possible to no play the sound?
Asked
Active
Viewed 1,399 times
3
-
1Thats the user's choice. They are in charge of their system. – Ňɏssa Pøngjǣrdenlarp May 27 '16 at 17:38
-
1What are you targetting: Winforms, WPF, ASP..? __Always__ tag your question correctly! – TaW May 27 '16 at 17:45
-
Sorry forgot to add winforms – Aman May 27 '16 at 17:47
-
Windows 10 changed the default. Just change it back the way you want it, Control Panel > Sounds. Do consider that if your own program annoys you then you might be annoying the user with balloons too often. Those balloons are also *very* easy to disable in Win10 so the user can easily do something about it :) – Hans Passant May 27 '16 at 18:31
-
@HansPassant Actually under Windows 10, I just saw that the user can choose to disable the sound of notifications **per application**. – Wizou Dec 09 '18 at 16:52