speedi Posted November 30, 2009 Posted November 30, 2009 With help I have created this script to check if the volume control is muted. It always tells me "Master Volume is NOT muted" even if it is. I need help. Volume Control window info is attached... The script: WinActivate("Volume Control") if ControlCommand ( "Volume Control", "Volume", "[TEXT:&Mute]", "IsChecked") = 1 then MsgBox(4096, "mute check", "Master Volume is muted", 10) Else MsgBox(4096, "mute check", "Master Volume is NOT muted", 10) endif
Bert Posted December 1, 2009 Posted December 1, 2009 Look for Audio.au3. link is in my signature. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Gifty43 Posted December 9, 2009 Posted December 9, 2009 Hey Is it possible that you post your final script? Thanks and have a good day!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now