Frank Burleigh wrote:
Thanks Boris. I'm having a little trouble finding the concrete class to use as the type for the returned pointer. That is, I think I'm getting back a class that implements the nsIWebBrowser interface, but I don't know what the class is.
Well.. the theory is that you just need to know what interfaces it implements, not what it really is, right? ;)
Chances are, you're getting an instance of nsWebBrowser. _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
