Your problem has a very easy answer. Read up on the MSDN documentation for webbrowser.navigate() method. You will find that this method has an overload that looks like this : webbrowser.navigate(url as system.uri, newWindow as boolean). So what do you think
would do?Code:webbrowser1.navigate("www.google.com", True)![]()




Reply With Quote