i just created a win form app with a Gecko.GeckoWebBrowser on it when i navigate to a page with a anchor that has the href attribute set to javascript:print() and click on it, the print dialog is displayed, but it turns out that when i hit cancel button on that dialog the Gecko.GeckoWebBrowser is destroyed , i mean the control receives a WM_DETROY message any clue of what is could be happen here? how i can prevent it? i modified the gecko fx Gecko.GeckoWebBrowser windows procedure and catch and bypass that windows message but it seems that is not helping btw i am using xulrunner-11.0.en-US.win32 and geckofx-11.dll regards
I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...