|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Removing the navigation sound in Web browserHello,
since .Net Framework 2.0, it's now possible to use the built-in Web browser component. I migrated my software to use it without any problem. I don't use the browser for opening URL but instead I simply generate the HTML content that I assign to the component using the WebBrowser.DocumentText method. I have only one problem left : each time I update the page content with the above method, I get the "click" sound that IE produces when a new page is refreshing. I couldn't find any properties to turn sound OFF. Is there a work-around to make sure the browser doesn't make a sound? Thanks, Neb You must turn it off through your System Sounds, in Control Panel.
-- Show quoteHTH, Kevin Spencer Microsoft MVP ..Net Developer You can lead a fish to a bicycle, but it takes a very long time, and the bicycle has to *want* to change. "Neb" <benjamin.ber***@gmail.com> wrote in message news:1134659424.437310.169390@z14g2000cwz.googlegroups.com... > Hello, > > since .Net Framework 2.0, it's now possible to use the built-in Web > browser component. I migrated my software to use it without any > problem. I don't use the browser for opening URL but instead I simply > generate the HTML content that I assign to the component using the > WebBrowser.DocumentText method. > > I have only one problem left : each time I update the page content with > the above method, I get the "click" sound that IE produces when a new > page is refreshing. I couldn't find any properties to turn sound OFF. > > > Is there a work-around to make sure the browser doesn't make a sound? > > Thanks, > > Neb > |
|||||||||||||||||||||||