Visual learners:
OK right now ill teacch u how to make your very own webbrowser!
Things Required:
Microsoft Visual Basic 6.0
Internet
I.Open up VB6
and click on standard exe
make a big form
II.Do this
Then a whold bunch of compoments will show
scroll down to look for
Code:
Microsoft Internet controls
then a globe should appear in the toolbox
click on the globe and make the screen(or whatever u call it)
III.Make a textbox long and make a command near it
name the command button "Go"
Double click on the button and enter this code
Code:
WebBrowser1.Navigate (Text1.Text)
Then make a another four buttons
Name each of them: Refresh,Back,Forward,and Stop
Click on refresh and put this code
Code:
WebBrowser1.Refresh
Click on Back and put this code
Click on Forward and put this code
Code:
WebBrowser1.GoForward
Click on Stop and enter this code:
Code:
WebBrowser1.GoForward
Test it and it it works make it and ur done!
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u
Plz Thank or rep me if i helped u