Are there any examples out there that I can take a look at the usage of this function? I tried using the function and it resulted in build errors. Also, does this function allow me to put in my own code to handle the content for a specific content-type? I got a bit confused reading the doc. Thanks for the help! :)
A
abnopanda
@abnopanda
Posts
-
mime handling with webbrowser control -
mime handling with webbrowser controlis there any way to intercept and control what to do based on the Content-Type of the page with the WebBrowser control? I am trying to capture and save the asx file instead of automatically opening and playing in media player. I have tried to intercept it on DownloadComplete, Navigating, Navigated events and none of them worked. :doh: Any suggestions is welcome!!:)