I am trying to figure out a way to make a program to work. the set up is like this. In vb.net I have two webbrowser controls on one form. the left one receaves links from a mysql database that I input to it. What I would like to know is if there is a way when a link in webbrowser1 is clicked it will show the web page in webbrowser2. Thanks for any input you might be able to give me on this.