I have a 2 part browser you can either select from a list of URLs and surf or type your own url in (this part doesn't work)
here are my bits of code
{
webBrowser1.Navigate(
label1.Text =
}
webBrowser1.Url = textbox.Text;
the top part works up to button2?! please help!