Welcome Guest ( Log In | Register)



5 Pages V  < 1 2 3 4 > »   
Reply to this topicStart new topic
> How To Make A Web Browser, Visual Basic 6
fraudulentpeanut
post Dec 26 2005, 09:41 PM
Post #11


Newbie [Level 2]
**

Group: Members
Posts: 36
Joined: 21-December 05
Member No.: 16,017



This is a very interesting topic. There are so many web browsers out there and using VB as said in previous posts is just making a customized internet explorer. It actually will not run if you do not have internet explorer installed on your machine. Now taking and making a browser from the firefox sources would be pretty sweet. However, firefox is still the number one browser and is definately a lot faster than IE.
Go to the top of the page
 
+Quote Post
rejected
post Dec 26 2005, 09:51 PM
Post #12


{([Mod])}
*********

Group: Members
Posts: 710
Joined: 30-October 04
From: Texas
Member No.: 2,058



When you install Visual Basic, it gives you the components it would take to run Internet Explorer, so technically you have it installed while you have visual basic.
Go to the top of the page
 
+Quote Post
Dooga
post Dec 26 2005, 09:56 PM
Post #13


Moderator
Group Icon

Group: [MODERATOR]
Posts: 1,336
Joined: 26-December 04
From: Canada
Member No.: 2,940



Doesn't that mean the browser you make is running off the Internet explorer engine? I mean, Visual basic is made by Microsoft, so is internet explorer... which would mean that a component used to browse would be the exact same... weird. I wouldn't make a browser anyways smile.gif
Go to the top of the page
 
+Quote Post
snlildude87
post Dec 27 2005, 01:07 AM
Post #14


Moderator
***************

Group: Members
Posts: 2,325
Joined: 8-March 05
From: Mawson, Antarctica
Member No.: 4,254



QUOTE(Compute @ Dec 25 2005, 09:35 PM)
YAYA I'v been looking everywhere for this. So is firefox made in visual basic lol. I though it.

Great tutorial. Really helped! thanks.
*

Where'd you get that idea? Read my post again. smile.gif


QUOTE(Dooga @ Dec 26 2005, 06:56 PM)
Doesn't that mean the browser you make is running off the Internet explorer engine? I mean, Visual basic is made by Microsoft, so is internet explorer... which would mean that a component used to browse would be the exact same... weird. I wouldn't make a browser anyways smile.gif
*

Yes Dooga, we established that. laugh.gif
Go to the top of the page
 
+Quote Post
bucksta
post Jan 4 2006, 12:04 AM
Post #15


Advanced Member
*******

Group: Members
Posts: 127
Joined: 6-December 05
Member No.: 15,438



this turned out to be really slow. but i made a web browser!!
Go to the top of the page
 
+Quote Post
Sarith Pallewela
post Jan 13 2006, 01:26 PM
Post #16


Newbie [Level 2]
**

Group: Members
Posts: 38
Joined: 13-January 06
Member No.: 17,042



Hey You! It's not only in VB.Net! Even vb takes the setting from IE! Thats because the We Browser Tool we use is actually from the IE! If you wanted to make a actual new web browser it would take you years just to get the basic functions straight!

But hey why don't you take a look at some more advance vb internet explorers in some source code sites (like planetsourcecode.com)
Go to the top of the page
 
+Quote Post
rejected
post Jan 13 2006, 02:11 PM
Post #17


{([Mod])}
*********

Group: Members
Posts: 710
Joined: 30-October 04
From: Texas
Member No.: 2,058



Note that I said it was a very simple tutorial Sarith. A lot of people need to start somewhere, you know?

I know how to make an advanced IE, thanks for the suggestion though.
Go to the top of the page
 
+Quote Post
FLaKes
post Jan 13 2006, 05:39 PM
Post #18


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,136
Joined: 19-May 05
From: Mexico
Member No.: 7,234



Exactly, this tutorial is a fun tutorial and its good for practice and learning.
Go to the top of the page
 
+Quote Post
Becca
post Jan 14 2006, 08:28 PM
Post #19


Princess
***********

Group: Members
Posts: 1,233
Joined: 9-October 04
From: England
Member No.: 1,563



QUOTE(FLaKes @ Jan 13 2006, 06:39 PM)
Exactly, this tutorial is a fun tutorial and its good for practice and learning.
*



exactly and you can build on it since it's so filtered down. too bad I'm too thick to actually conduct this 'practising'.