I'm sorry I keep having problems. But this will prob. be one of my last for a while. I am having a problem with my tabbed browser. What I did was I put in a code like thisWhat I am trying to do is have Multible tab in which when you go to one webpage it stays on that tab, and is not displayed on the other tab (so you can have google on one tab and yahoo! Mail on the other). What is happening is that when I type in a url in one tab it also shows in the other tab. There are no errors showing.Code:Private Sub ToolStripButton5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton5.Click webbrowser.Navigate(txturl.Text) WebBrowser1.Navigate(txturl.Text) End Sub




Reply With Quote