PDA

Click to See Complete Forum and Search --> : Is there any way to make a web browser without using Microsoft's Webbrowser control?


Xero
Jul 27th, 2000, 01:15 PM
Well, the topic explains it all. I need to make a web browser, but the webbrowser control isn't very flexable. Is there any other way that I can use to make my program view web pages, etc...?

Dim
Jul 31st, 2000, 11:33 PM
The only other way i can think of s for you to write your own webbrowser control.

Gl,
D!m

Clunietp
Aug 1st, 2000, 12:43 AM
You would have to make your own HTML parser, and also have a way to process scripting and such....I suppose you could get some code from the Mozilla project (netscape), but its all in C++ ( I think ).....

Zaf Khan
Aug 1st, 2000, 11:11 PM
Why try to re-invent the wheel?

If you use the IE web browser, when the web browser component is upgraded so will your prog be - much like Direct X

DocZaf
{:->