Complete Posted December 2, 2012 Share Posted December 2, 2012 How do you stop a WebBrowser object in WPF? The stop method is not an option becasue that is only available in windows forms. http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx And Dispose does not seem to be the answer either. Link to comment https://www.neowin.net/forum/topic/1123346-how-do-you-stop-a-webbrowser-object-in-wpf/ Share on other sites More sharing options...
0 Aethec Posted December 4, 2012 Share Posted December 4, 2012 Look at the comments in the System.Windows.Controls.WebBrowser MSDN page - there are instructions to get the native browser interface (IWebBrowser2), which can stop the page. It's not easy though :/ Link to comment https://www.neowin.net/forum/topic/1123346-how-do-you-stop-a-webbrowser-object-in-wpf/#findComment-595367760 Share on other sites More sharing options...
Question
Complete
How do you stop a WebBrowser object in WPF?
The stop method is not an option becasue that is only available in windows forms.
http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.stop.aspx
And Dispose does not seem to be the answer either.
Link to comment
https://www.neowin.net/forum/topic/1123346-how-do-you-stop-a-webbrowser-object-in-wpf/Share on other sites
1 answer to this question
Recommended Posts