Re: Volume mute by Bob
Bob
Fri Sep 19 01:11:36 CDT 2003
Fosco,
Thanks for that.
A couple of follow-ups,
- can it be modified to close the volume control screen down afterwards
- or can it re-use the previous instance, not a new one each time?
--
HTH
Bob Phillips
"Fosco" <fake@fake.invalid> wrote in message
news:lawab.117285$R32.3561114@news2.tin.it...
> "Bob Phillips"
> > Does anyone have any VBScript for toggling the mute
> > control on the volume control?
>
> set oShell = CreateObject("WScript.Shell")
> oShell.run"Sndvol32"
> WScript.Sleep 1500
> oShell.SendKeys"{TAB 2} "
> ' note the space after {TAB 2}
> --
> Fosco
>
>
>