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?
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?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.