Hello, I'm trying to embed Gecko into Windows NT service application, but without any luck. The Gecko should render provided HTML to bitmap. >From what I've leaned, Gecko is asynchronous, thereby, I have to feed the HTML and wait while Gecko load all necessary stuff and then trigger OnStateChange event with appropriate flags. I've created generic Win32 application with event loop that doing perfectly what I want. But I'm completely confused how it can be done inside of service. Is it possible?
Thanks in advance for any help, Alex _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
