Post: [VB] How to make a Basic Webbrowser
02-28-2011, 12:13 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
--How to make a Basic Webbrowser--


Star off by adding
-4 Buttons
-1 Text Box
-1 Webbrowsers

When you put in the webbrowser look at its properties and change the "Dock" to "None"

You must login or register to view this content.

Name the buttons "Go" ">" "<" "Refresh" and move then accordingly

You must login or register to view this content.

Double click the "Go" button and put the following code in
    webbrowser1.navigate(textbox1.text)


Next double clicks the "<" button and put in the following code
    webbrowser1.goback()


After that double click the ">" button and put in
    webbrowser1.goforward()


And finally for the last last button "Refresh" put in the following code
    webbrowser1.refresh()

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked marvin1554* for this useful post:

wfede21
03-02-2011, 07:07 AM #2
you can get google chrome source code for free and just mess with that and change things you want to add into it thats the point of google chrome being a beta helps google out at same time
03-10-2011, 11:59 PM #3
marvin you need to teach me this

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo