I want to make it so if my webbrowser runs into a page that maybe doesn't exist and has a "This page cannot be displayed" then it will navigate to another.
I only know the code to make it navigate to another.
VB Code:
WebBrowser1.Navigate (URL)
Does anybody know the events I need to do this?
Thanks alot!




Reply With Quote