COM Objects?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
KentonBomb
Level 1
Level 1
Posts: 5
Joined: Sun May 25, 2008 8:19 pm

COM Objects?

Post by KentonBomb »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: COM Objects?

Post by vitamin »

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