12-26-2010, 04:45 AM
(This post was last modified: 12-26-2010, 05:05 AM by AceInfinity.)
In the first part you have the Refresh button labeled as "Home" This is very different from "Refresh".
For the home code I just made it navigate to the string url I defined.
You can use
Or input whatever you want your homepage to be within that string value.
Also you can go into the Web Browser event properties, and choose a default Url to load when you load the form.
For the home code I just made it navigate to the string url I defined.
You can use
Code:
WebBrowser1.Navigate("www.google.com")
Or input whatever you want your homepage to be within that string value.
Also you can go into the Web Browser event properties, and choose a default Url to load when you load the form.