Click to See Complete Forum and Search --> : Hooking Firefox TextOutW & TextOutA
davidpmp
June 5th, 2009, 07:13 AM
Hello,
I need to monitor mozilla firefox drawing to capture word under mouse cursor.mozilla firefox don't use Windows API and I can't HOOk TextOutA and or TextOutW or extended textouts to monitor them.I have same problem with Adobe Acrobat & Adobe Reader too.
please help me,
Thanks in advance
_Superman_
June 8th, 2009, 10:34 AM
You will need to write a Firefox extension.
Here is a good tutorial - Firefox Extension Development Tutorial (http://www.rietta.com/firefox/Tutorial/overview.html)
davidpmp
June 10th, 2009, 11:50 AM
Hi Superman,
I need to write an app in c++.can I write add-on on c++ and works with mfc ?!?
Thanks for your Response,
You are perfect
_Superman_
June 10th, 2009, 08:14 PM
You cannot use MFC for a firefox extension.
Firefox UI is done using XML.
As for add-on it is C++, but not MFC.
They have something called XP-COM.
Please search on the internet.
You will get lots of links.
davidpmp
June 11th, 2009, 08:10 AM
thanks again codeguru's superman
I found XULRUNNER and XPCOM too.
can you help to retrieve text under mouse cursor in Adobe PDF?
thanks for your help
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.