Hi!
There are some things that I didn't find how to do using geckofx:
Get the URL of a clicked link.
Display print preview window.
Does this functionality exist in geckofx? If not, what's the best way to achieve it in a C# project that uses GeckoWebBrowser to display html pages?
Thanks
From stackoverflow
me
-
OnNaviagted
event should give you the link, and look for the print interfacesnsIPrintingPromptService::ShowPrintDialog
in Geckofx.From Priyank Bolia -
For printing, see this forum thread. Make sure to read it all before starting. Essentially you'll have to patch and recompile GeckoFX.
From Matthew Talbert
0 comments:
Post a Comment