
- Need a basic browser template
-
Re: Need a basic browser template
Um try this, its in Visual Basic 2008, tut from Gaming-Geeks
step 1:Starting
Open Visual Basic and start a new Windows Application.
step 2:Adding the tools
Add a: Text Box Web Browser 5 Buttons in that order.
Step 3: Add the Buttons
Add the buttons for example, Home, Back, Forward, etc...
step 4:Now for the code
Double click on the form and type in: Me.Text = "Web Browser" like this:
step 5:GO button code
double click on the Go button and type in: WebBrowser1.Navigate(TextBox1.Text)
step 6:Back button code
Click (actually double click) on the back button and type in: WebBrowser1.GoBack() like this
step 7: Forward button code
Double click on the forward button and type in: WebBrowser1.GoForward() like this
step 8:REFRESH code
double click on the refresh button and type in: WebBrowser1.Refresh() like this
step 9:HOME button
Double click on the home button and type: WebBrowser1.GoHome() like this
step 10: Try it out
Click on the Debug button
Rep + if I helped :)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks