PDA

View Full Version : Anyone Know How To Make A Browser?



dvondrake
March 18th, 2002, 19:14
Does any one know how to make your own browser? I've already tried browser bob, it's not so good to download though. I also don't like paying for things on the web, i like 100% FREE stuff!

Thanks for the help.

shizzle
March 18th, 2002, 20:27
A completely new browser? or an IE based one?

guitarnerd
March 18th, 2002, 20:36
Umm, if you are trying to make a new browser, you would need to know how to program EXTREMELY well, and probably would need to know "C" You also would need to know how to make web based applications, hard stuff.

Dusty
March 18th, 2002, 20:52
Making a browser based on either IE or Netscape is extremely easy in VisualBasic. In fact, a basic browser is usually one of the samples provided in VB beginners tutorials... but if you're not willing to spend anything, VB is out of the question and I really don't know anything else.

Bruce
March 18th, 2002, 20:57
Dusty, everything is extremely easy in Visual Basic.

guitarnerd
March 18th, 2002, 20:58
I have microsoft visual studio, and I just got the new msdn library. (ALL LEGAL!) and yes I said if he is going to make one from scratch, and in VB it would be easy to make an IE based, but that is easy for a GOOD programmer a begginer would never be able to do it, it all depends on your programming abilities. Not that I am great at programming but I do have a good knowledge at it.

guitarnerd
March 18th, 2002, 20:59
When I first started in visual basic I was like, this is the easiest thing I have ever done! then I looked at Visual c++

ducktape
March 19th, 2002, 00:08
yeah its cake using vb. i made one but didnt like it im not to creative

guitarnerd
March 19th, 2002, 02:55
I want to get visual studio .net! it makes c++ "visual" like VB6. so you can "draw" the program.

meow
March 20th, 2002, 21:39
WHOA! An IE skin in VB. My dream comes true! :classic2:

wm2k1
March 20th, 2002, 22:35
Originally posted by guitarnerd
I want to get visual studio .net! it makes c++ "visual" like VB6. so you can "draw" the program.
borland have something like that out years ago
anyway u could "draw" the program too in vc6, but just harder than it is in vb

JustinSurfer
March 21st, 2002, 17:37
You can customise Opera to your own branding and totally redesign it at composer.opera.com

guitarnerd
March 21st, 2002, 19:32
Hey what do you all think the best browser is anyway, I currently use IE 6 on my main and IE 5.5 on my other, (one has xp, and 2000 os's) What do you all use and reccomend.

Giancarlo
March 21st, 2002, 19:34
The only browser I use is IE 6 and it is dependable for me. I have Opera somewhere on a CD... it isn't that great so I didn't install it.

guitarnerd
March 21st, 2002, 19:44
There are major problems with the cookies on IE6 and how it caches files. It tends to make me mad at times...honestly I like IE 5.5 the best. But IE6 will get a service pack soon (hopefully)

JustinSurfer
March 21st, 2002, 20:16
Internet Explorer 6 Beta Build 2482, the one with the HTML Explorer bars if anyone knows what I am talking about, thats what I run on my win2k machine.

Running IE6 on XP though :-)

Bruce
March 21st, 2002, 20:16
Originally posted by guitarnerd
Hey what do you all think the best browser is anyway, I currently use IE 6 on my main and IE 5.5 on my other, (one has xp, and 2000 os's) What do you all use and reccomend. Not again...

Mozilla. Do a search next time. :)

leetcrew
March 29th, 2002, 00:26
www.a1vbcode.com search for browser

Colonel Klink
April 1st, 2002, 12:25
in regards to the first question... have ya tried Delphi?