Hi,
I am trying to suppress IE sounds occuring when navigation is complete (I use an ActiveX browser control). To achieve this, I am using the CoInternetSetFeatureEnabled function. It works fine with the SET_FEATURE_ON_PROCESS flag, but as it disables any sounds in case of each browser control amongst the application, it would be better to use a more specific solution, so SET_FEATURE_ON_THREAD (or SET_FEATURE_ON_THREAD_LOCALMACHINE) comes into consideration.
I called it right before calling the Navigate method of the browser control. Although the return value is S_OK, the click sound remains... there are not so many sources on the web on this topic (yet )..
Could someone please help me with solving this