23-11-2008

webbrowser

well, there where much pps asking me on how to make a web browser, i dont know much bout it and crrr dont wants to say anything sow you have to do it with me.

step 1: open up VB6 and choose standard exe
2: press ctrl+t to open components search and select microsoft internet controls
3: make the form very big
4: click the new option and make a browser with it
5: make a textbox and a command with caption go
6: put this in the command:
WebBrowser1.Navigate Text1.Text

7: put a command called previous and put this in it:
On Error Resume Next
WebBrowser1.GoBack

8: make a command next and put in:
On Error Resume Next
WebBrowser1.GoForward

9: congratz you made a browser!

Geen opmerkingen: