Ok, this is my current code to go to the default HomePage:
private void button1_Click(object sender, EventArgs e) { WebBrowser thiswebpage = GetCurrentWebBrowser(); thiswebpage.GoHome();
}
|
what i want to know is: How do you get the web browser to navigate to the string "HomePage" ?
Thank you in advance