Make a web browser in visual basic

Make a web browser in visual basic
Im going to teach you how to make a web browser in Visual Basic 2005.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Starting

Starting
Open Visual Basic and start a new Windows Application.
« Previous StepDownload PDFView All StepsNext Step »
43 comments
1-40 of 43next »
Jan 31, 2012. 6:37 AMjoynal says:
Hi


i want web browse fixt web....

how can i make.. can u help me?
Nov 27, 2009. 3:38 AMarikyeo says:
 this is what ive created... will make an 'ible next time(I AM NOT GIVING UP MY SOURCE CODE - HAW-HAW!!!)it's using the office ribbon GUI (dl from componentfactory.com)
Untitled.png
Dec 31, 2010. 8:24 AMjamesjph says:
Dude. (Maybe?) I started my own software company based on this Instructable. I made Jphweb Carbon it uses the same principle as yours. Its open-source too. http://carbon.jphweb.tk
Dec 31, 2010. 8:26 AMjamesjph says:
Plus mine uses Trident (used here), GeckoFX and Webkit .NET
Oct 12, 2011. 12:29 AMSpireX Studios says:
Wow, 8? I'm 12 and I don't know VB! Way to go!
Oct 10, 2011. 7:38 AMtwilliams32 says:
Many websites redirect you once you go to a homepage. However, these instructions do not bind or otherwise update the textbox to reflect this.
Nov 23, 2008. 2:59 PMcollard41 says:
can someone upload a finished version. thanks 5* faved
Jul 2, 2011. 5:42 AMjbrar says:
CHECK OUW WWW.FIREDBROWSER.CO.CC
Apr 11, 2009. 9:31 PMmarselsipod says:
just download this thing called "Mozzila firefox" if you want a finished one. GAWD! if you arnt gonna make one, why the hell bothering to get a simple internet explorer based browser instead of the real thing?
Jul 2, 2011. 5:41 AMjbrar says:
DOWNLOAD THIS.......................BETTER THAN OTHER
WWW.FIREDBROWSER.CO.CC
May 13, 2011. 3:14 PMsahmad2 says:
i did mine but when i press play for the first time it says windows browser can not start debugging because it cannot finde a file
Feb 19, 2011. 9:16 AMNatNoBrains says:
Also, you could:
WebBrowser1.Stop()
Dec 15, 2009. 7:20 PMPsychic Master says:
any way the web browser could start at the home page?
Dec 30, 2010. 7:03 AMjamesjph says:
Yes. In the event Form1_load for your form (it might not be Form1) just place this code "webBrowser1.Home()". BASIC only. in c# put ; on the end. Uses IE Homepage.
Dec 31, 2010. 8:26 AMjamesjph says:
Sorry. It's "WebBrowser1.GoHome()"
Dec 15, 2009. 2:52 PMraeki says:
 This is great and built my first browser :)

however, the actual browser control is outdated and a lot of sites (like ask.com) gives me a "script error" message and I have to close

Anyone know where I can get a newer web control?

I don't see anything in the component factory :(
Dec 31, 2010. 8:19 AMjamesjph says:
Apr 15, 2010. 7:37 AMpeanuttherat says:
its great i wish it had some upgrades but im running it now its super light and great XD thanks
Jul 2, 2009. 9:25 AMooda55 says:
i have tried this several times but each time when i click debug and enter ANY web address my browser says: "Navigation to the webpage was canceled What you can try: Refresh the page." when i refresh it it says: "This program cannot display the webpage" please help me thanks chris
Jan 17, 2010. 1:38 AMooda55 says:
oh no that was me being silly lol
i installed some proxy software earlier which ony effected IE
i didnt think it was a connection problem as i use fireforx whixh wanst affected :P
thanks anyway
Aug 7, 2009. 12:34 PMWoooooooooo says:
Cheers, Worked GREAT other than the fact that u cant press enter to go :( pm (private message) me if you can fix :)
Nov 13, 2009. 8:54 PMarikyeo says:
first select the  webbrowser1._keyup control then insert the code:

If e.KeyCode = Keys.Enter Then
WebBrowser1.Navigate(KryptonComboBox1.Text)
End If

where kryptoncombobox1 is the name of the text bow and enter is the name of the key.
May 13, 2009. 12:29 PMReCreate says:
Hahaha,My Evil plan,A program that runs when no user is logged in,Its the webbrowser,Ok,So its also a screensaver,I set it as my Screensaver,Ok,So Log off after it is set as your screensaver,And after a while(i out 1 minute) It will show your backround and the Webbrowser will show up! Even More evil,To use a password protected PC,Use DOS ,Booting from the floppy Drive,If you have one,To copy the Webbrowser,ITs 60 KB,So it should fit in there,To the Computer's HDD,And Replace THe winlogon.exe,The Default windows screensaver with your own,Turn on the computer,Wait for the screensaver to start,and when it does,You got yourself a Working webbrowser! Maybe I could Put like a File manager,Program Starter,And a whole bunch of stuff. Get what i mean? Well anyways,Here is mine,Just renamed as an .SCR Right click it ,Select Install,And Set the Waiting time to 1 Minute. Now,Log off and wait a minute,IT should start. Once you downloaded it,Rename it screenbrowser.scr,don't forget that
Jan 31, 2009. 11:21 PMandrewdpham3 says:
very nice where do I get visual basic 2005?
Apr 4, 2009. 4:23 PMpyroboy212 says:
i think you can only get the 2008 express editoins for free. the full visual studio is really expansive. get it at http://www.microsoft.com/express/
Nov 19, 2008. 4:17 AMPKM says:
I would point out that the "WebBrowser" control is effectively an embedded Internet Explorer, so you are really creating a "skin" for the browser rather than creating your own, but that is picking nits- this is a simple but effective project. If only real browsers had controls that minimalist...
Jan 31, 2009. 11:22 PMandrewdpham3 says:
wait so it isnt really a web browser?
Jun 23, 2011. 6:11 PMTechCat says:
How do you change the name of the program so it doesn't say "Form1" all the time?
Nov 20, 2008. 9:19 AMPKM says:
Now, see, if the WebBrowser control was Firefox rather than Internet Explorer I would totally use that- I could do without losing 110 vertical pixels of my pathetically tiny monitor.
Jan 13, 2009. 9:56 PMmunchman says:
You can download that. It is called Mozilla Browser control - you can download the DLL somewhere but I can't remember
Nov 14, 2009. 6:05 PMarikyeo says:
actually, it's called geckofx.

forum website: geckofx.org
main website: http://code.google.com/p/geckofx/ 
Dec 31, 2010. 8:29 AMjamesjph says:
No. There's one available from Mozilla called Mozilla Browser Control. Google it.
May 11, 2009. 5:18 PMfoxtrot4697 says:
internet explorer is what opens my computer and my documents, and stuff like that, so its pretty much impossible not to have it
Nov 23, 2008. 4:55 PMPKM says:
Sadly I'm pretty sure it doesn't work like that- Visual Basic is a Microsoft product that assumes a Windows environment so will always have Internet Explorer around, even if it's not the default browser. I work with this technology in my job and we have to pay attention to the subtle differences between Internet Explorer and Firefox because some of our older technologies only work with IE. I'm not sure you can get rid of Internet Explorer- it's a core part of Windows that I don't think you can uninstall like other programs. Shame...
1-40 of 43next »

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!
4
Followers
4
Author:lolcat360