Hi,
Is there any way to communicate between my .exe application and Firefox?
Because, I have my own webpage. I'm using FireFox to browse it.
I have an application (in c++) to process a piece of HTML code from my webpage within FireFox. My application can print something directly to printer (raw print).
Since now, I coudn't access firefox's DOM content (page HTML source) from outside firefox; Also, I coudn't print directly to printer (raw print) from firefox.
Now, I'm looking solution for this problem. Here are my possibilitys:
1.) My web page I can copy my releated text to clipboard.
2.) My web page I can write my releated text to firefox's cookie.
3.) My web page I can write my releated text to a file from client's PC.
4.) Any other way to send my releated text to my .exe application.
But I don't know how can I do: How can I copy to clipboard within firefox, How can I read FireFox's cookie from my .exe application, How can I create file in client's PC.
Is there any way to communicate between my .exe application (in c++) and Firefox?
Regards,
Nuri Akman