To navigate to pages:
To get the ID from the browser's URL, a simple bit of regex works.Code:webBrowser1.Navigate("http://thottbot.com/?s=" & txtSearch.Text)
Code:txtID.Text = System.Text.RegularExpressions.Regex.Match(webBrowser1.Url.ToString(), "\d{4,6}").Value