First you are going to open a new project name it what ever you like.
Add 6 Buttons (Go, Back, Refresh, Forward, Stop, Home)
And one TextBox
Ok
Button 1 = Go
Button 2 = Refresh
Button 3 = Stop
Button 4 = Forward
Button 5 = Back
Button 6 = Home
Name then in that order...
Next you will need to add a "WebBrowser" It's in the tools list and resize to what you want. Leave some space at the top for buttons and text box.
Ok next Double Click the First button and add the code:
Now Double Click the Second Button and add the code:
Double Click the third button and add:
Double Click the fourth button and add:
Double Click the fifth button and add:
Double Click the Sixth button and add:
your done!
If you want some button pictures go to google and search IconArchive and look through some.
This is a Design i've used for mine:

Add 6 Buttons (Go, Back, Refresh, Forward, Stop, Home)
And one TextBox
Ok
Button 1 = Go
Button 2 = Refresh
Button 3 = Stop
Button 4 = Forward
Button 5 = Back
Button 6 = Home
Name then in that order...
Next you will need to add a "WebBrowser" It's in the tools list and resize to what you want. Leave some space at the top for buttons and text box.
Ok next Double Click the First button and add the code:
Code:
WebBrowser1.Navigate(TextBox1.Text)Code:
WebBrowser1.Refesh()Code:
WebBrowser1.Stop()Code:
WebBrowser1.GoForward()Code:
WebBrowser1.GoBack()Code:
WebBrowser1.GoHome()If you want some button pictures go to google and search IconArchive and look through some.
This is a Design i've used for mine:
| This image has been resized. Click this bar to view the full image. The original image is sized 800x693. |




0 komentar:
Post a Comment