|
-
Nov 19th, 2005, 06:21 PM
#1
Thread Starter
Frenzied Member
WebBrowser Control Sound Issue
Hello there!
We are thinking about adding something similar to a forum in our HTML help (Which is going to be a WebBrowser control that will navigate through local and external pages). However, the WebBrowser control refreshes every certain time and a "click" is heard whenever this happens.
My question is... Is there a way to mute this "click" in the WebBrowser control? The goal of the program is not to mess with the sounds of the system nor force the user to turn it off or anything like that. Could anyone please help me?
Thank you very much
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
-
Nov 19th, 2005, 10:36 PM
#2
Frenzied Member
Re: WebBrowser Control Sound Issue
This click when someone is clicking on a link is not only by the webrowser control. i think its part of the system sound setting but it could also be in the IE setting. you could use vb code to mute the pc but i dono what mutes the 'link click sound'. since you don't wona turn off the user speakers then you will have to find how to shut it enually then i might find a code for it.
-
Nov 19th, 2005, 10:40 PM
#3
Re: WebBrowser Control Sound Issue
It clicks because the user wants it to click. I wouldn't bother turning it off.
-
Nov 19th, 2005, 11:27 PM
#4
Frenzied Member
Re: WebBrowser Control Sound Issue
i wouldn't bother ether. altough i too was woundering how to i menually shut it off?
-
Nov 19th, 2005, 11:49 PM
#5
Re: WebBrowser Control Sound Issue
-
Nov 21st, 2005, 05:30 PM
#6
Thread Starter
Frenzied Member
Re: WebBrowser Control Sound Issue
Thank you all for your answers. 
I just want to clarify something... I don't want to disable the "click" sound when the user clicks on a link. I want to disable the "click" sound when the page is refreshed automatically.
Thank you David for the example, I am going to check it as soon as I can.
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|