• 0

Gecko Layout Engine?


Question

Is there a way to implement Gecko (Firefox's layout engine) in vb.net (or any .Net language for that matter, so long as it isn't C++)? I need to just be able to tell it what to put onscreen and thats it. I don't want it to download anything, refrence anything, etc. I just want it to display stuff.

Is there some kind of ActiveX control for this or some sort of assembly that I can reference?

If this isn't possible, is there some other lightweight HTML rendering client out there (free, so no KHTML or MSHTML) that will render even just HTML 3.0 or later (no JS, but CSS would be nice) and support a goodly amount of tags? That would be just fine. Again, I just want a layout engine. It should alert my program via events when it needs a file/document.

Thanks!

Link to comment
https://www.neowin.net/forum/topic/337112-gecko-layout-engine/
Share on other sites

12 answers to this question

Recommended Posts

  • 0
The IE control works best. Its very stable and reliable.

But if you want Gecko then use Locka's prebuilt ActiveX control : http://www.iol.ie/~locka/mozilla/control.htm

586124751[/snapback]

Yeah just use the IE control.

586125078[/snapback]

It might seem that the IE control is the way to go but maybe he's trying something diferent, and besides IE has issues rendering CSS since it doesnt follow W3C standars.

Just checked back. I think I'm going to just use the Gecko ActiveX. I'll see what I can do from there.

586128597[/snapback]

oh and would you mind on telling us how it went with that?? ;) , because i might use something like that in an upcoming project :cool: . tks

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.