2
Reply

user Set HomePage

Ryan

Ryan

Dec 5 2010 1:50 AM
2k

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


Answers (2)