SHNotificationUpdate...
-
Everytime I update a notification the notification beep goes off. Is there any flag to disable the notification beep on an update? Thanks. Joshua Guy
Sonork ID: 100.9944 ICQ: 519642 Hotmail: JoshuaJGuy@hotmail.com
-
Everytime I update a notification the notification beep goes off. Is there any flag to disable the notification beep on an update? Thanks. Joshua Guy
Sonork ID: 100.9944 ICQ: 519642 Hotmail: JoshuaJGuy@hotmail.com
Why not disable the sound? Look at this article: How can I change sound volume from my program?[^] The idea is to remove the sound before issuing the command, and then restore it.
-
Why not disable the sound? Look at this article: How can I change sound volume from my program?[^] The idea is to remove the sound before issuing the command, and then restore it.
Thanks. I figured out another way. In the control panel under sounds and notification you can enabled and disable sound for notification that are listed. I added to the registry an entry for my app based on it GUID and did not add the key for the name. I also set the key that tells it to play the sound to 0. Since there is no name it does not show up in the sound notification options giving the user the ability to enabled the sounds. I think this is the preferred approach because there are actually several OS notification that are in there but don't have names so they don't show up in the control panel. Also it won't interrupt an background audio playing. It's worked great for me. Joshua Guy
Sonork ID: 100.9944 ICQ: 519642 Hotmail: JoshuaJGuy@hotmail.com