vb 2010
08-09-2010, 12:42 AM,
#3
RE: vb 2010
As Richard pointed out, making your own web browser with it's own layout engine is an insanely large project, and almost impossible if you want to be serious with VB. Learning C/C++ would be much better if you are determined to do it. Then you can make use of the open source webkit engine (powering Google Chrome and Apple Safari), and make a fork out of it, or whatever.

But, if it's the case you just wanted to make a new browser with a different design, but make use of Internet Explorers engine (Trident), just with your own functions and stuff, then here's some tutorial on getting started learning the basic syntax:

http://www.vbtutor.net/vbtutor.html
http://www.planet-source-code.com/vb/def...p?lngWId=1

And here's a tutorial on how to make a very simple browser (quite easily, actually):

http://www.knowledgesutra.com/forums/top...b-browser/

Cheers! ;)
Reply


Messages In This Thread
vb 2010 - by Zavoo - 08-08-2010, 03:29 PM
RE: vb 2010 - by RichardGv - 08-08-2010, 11:09 PM
RE: vb 2010 - by Vanilla - 08-09-2010, 12:42 AM

Forum Jump: