3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Creating a Program in Visual Basic: Web Browser

Creating a Program in Visual Basic: Web Browser
This Instructable explains the process of creating a simple web browser application in VB.NET

It is designed as a followup to my first VB.NET Instructable: Creating Your First Program In Visual Basic. It is recommended that you read through that instructable first, as this instructable assumes you have a basic knowledge of the Visual Basic Express Edition Interface, as covered in my other instructable.

Although Visual Basic 2005 Express Edition work fine for this instructable, I am using Visual Basic 2008 Express Edition, available from Microsoft
 
Remove these adsRemove these ads by Signing Up
 

Step 1Create the Project

Create the Project
Create a new Windows Forms Project, and call it Web Browser. Resize the form to your liking.
« Previous StepDownload PDFView All StepsNext Step »
12 comments
Mar 31, 2009. 3:46 AMandrewthe70sman says:
What code do you use to make a home button??
Mar 16, 2012. 7:13 AMkettla58 says:
code for home button-
Webbrowser1.GoHome()
May 13, 2009. 12:05 PMReCreate says:
For the code of the HOME button Put "WebBrowser1.GoHome()" Without " Of course(without quotes,The " thingy)
May 13, 2009. 12:04 PMReCreate says:
Ah,Nice,Some steps where not explained properly,but,its good,I learned A bit on How VB works now.
May 14, 2009. 9:52 AMReCreate says:
Its kind of hard to explain,Sometimes you didnot mention what some peices of code where for,the button,adress bar,or the thing itself,its just hard to explain
Feb 1, 2009. 11:59 PMraceking1 says:
how do i test it? thanks
Jan 13, 2009. 11:42 PMac1D says:
the instructables is nice, clean, with good picture. bravo! but I would like to point two thing: First, it's not really "your" browser, It use iexplorer engine to run. Second, I remember to have seen this in the past on instructables.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
12
Followers
9
Author:munchman
I like doing things. Whether it be blowing stuff up or creating a webpage.