PDA

Click to See Complete Forum and Search --> : Web Browser


dr4gunz
Jul 21st, 2008, 05:35 PM
Hello :wave:

I know C++, C# and VB and others...

But, i'm trying to know:

How to make a browse without Microsoft Web Browser ActiveX?

Because, I added it to my form and I entered in a web site that said that my browser is Microsoft Internet Explorer 7.

I wanna make a browser "from zero?" that can be said by others web sites with the name of my browser...

I think everyone understood:)

Thanks! Bye!

Sk8er
Jul 21st, 2008, 11:18 PM
Yes, so do i. But, i dont know any other way rather then programming from scratch.

Atheist
Jul 22nd, 2008, 09:49 AM
You'd have to write methods to parse HTML and draw the browser-screen accordingly to the HTML "blueprints". Its not easy, at all.

dr4gunz
Jul 23rd, 2008, 11:40 AM
Hmm, do you have a basic tutorial for VB6 or VB.NET (2008) or C++.NET (2008) or C#.NET (2008)?

Thanks :)

si_the_geek
Jul 23rd, 2008, 01:15 PM
A "basic" tutorial for something as hugely complex as this is not realistic - it would most likely take several books to cover the subject to a reasonable level, and would take you a long time (perhaps several years) to implement it.

Note that even the big players (like Microsoft and Mozilla) have not managed to get things working to the full standards yet, and they have very large teams (with lots of experience) working on it.

_RaJ_
Jul 28th, 2008, 07:45 AM
its madness to make a own browsercontrol....... 1 must be a HTML master 1st in order to parse all html

dr4gunz
Jul 28th, 2008, 06:29 PM
Hmm, I know how to use User-agent for get HTML pages, but I do not know whether it is necessary.