Patrick J. Hill wrote: > I would like to render HTML using Gecko; however, I would like to get > feedback about the size the rendered area, i.e., (no pun intended) I would > like to size my window to the size of what was rendered and not have any > extra white space. Is this something that I can do using Gecko.
of course! > > Can someone point me to where I can learn on how to integrate Gecko into a > Windows application. (I cannot use MFC) The application I am developing is > written in C#. I have looked at the http://mozilla.org/projects/embedding > and I cannot find the details of what dlls are needed and where they should > go. I need to create a GUI project. Most document refer to example with > makefiles that are easy to decipher. Can someone help? > MFC is not required.. if you read the first link off the embedding project page under "Getting Started" you'll see a link to: http://www.mozilla.org/projects/embedding/embedoverview/EmbeddingBasics.html you might want to start here: http://www.mozilla.org/projects/embedding/embedoverview/EmbeddingBasics12.html#1000550 Though you'll eventually want to go back and learn a bit about XPCOM, etc. -- Ask me about my 1999 Volkswagen GTI for sale in the San Francisco area!
