Is there a way to turn off the 'navigation' sound w/ automation code.?
This is the clicking sound when IE page loads. I know I can turn this
off on my own computer
thru Control Panel - but I need to do this in my application.
Note-the following only turns off dialog boxes:
oie=createobject('internetexplorer.application')
oie.silent=.t. && this does not turn off sound.
THX
Mike Farnesi
San Diego
RGBean - 30 Jul 2008 23:58 GMT
Mike,
I curious why you believe you should override the user's preferences? If the
user doesn't like the sound, explain to them how to shut it off, otherwise
leave their choices alone.
Rick
> Is there a way to turn off the 'navigation' sound w/ automation code.?
> This is the clicking sound when IE page loads. I know I can turn this
[quoted text clipped - 8 lines]
> Mike Farnesi
> San Diego
Christof Wollenhaupt - 31 Jul 2008 13:10 GMT
Hi Mike,
> Is there a way to turn off the 'navigation' sound w/ automation code.?
Yes, you have to hide the control:
http://www.foxpert.com/knowlbits_200605_2.htm

Signature
Christof