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(); }
Thank you in advance