If I have a WebBrowser (WebBrowser1), and I have a Button (Button1), and either a TextBox or ComboBox... well I can't really explain but here's what is going down.
BUTTON = WebBrowser1.Navigate(ComboBox1.whatevericantrememberightnow)
OR
WebBrowse1.Navigate(TextBox1.Text)
How would I make it so that every time the WebBrowser changed the URL, the TextBox or ComboBox would display the site as it's default text? like any other web-browser.