Matt Rajca wrote:
How do I use Gecko with Visual C++?

Matt

Matt,
Well, if you don't like the ActiveX control by Adam Lock, then you will need to use the provided interfaces from the Gecko API to create your own embedded app.

First thing you will need to do is take a look at this

http://developer.mozilla.org/en/docs/Gecko_Embedding_Basics

This will get you started in understanding the basics of creating an embedded application using the Gecko API.

Here is another good site that I use for getting information on the various interfaces that Gecko provides

http://www.xulplanet.com/

For example, type in nsIWebBrowserChrome and it will provide information on that interface.


Niky Williams
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to