COM Objects?
-
- Level 1
- Posts: 5
- Joined: Sun May 25, 2008 8:19 pm
COM Objects?
I'm in need of embedding an HTML rendering engine in an application of mine. It seems like I cannot interface with the Shell.Application object which is what I would have used. Is there a way to embed the Gecko rendering engine in my program? Is there a COM interface I can call?
Re: COM Objects?
Perhaps you should use something lower level then that? Like IWebBrowser? Googling around shows lots and lots of ways how to embed HTML window into an application.KentonBomb wrote:I'm in need of embedding an HTML rendering engine in an application of mine. It seems like I cannot interface with the Shell.Application object which is what I would have used. Is there a way to embed the Gecko rendering engine in my program? Is there a COM interface I can call?