Click here to Skip to main content
15,911,327 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi
I am trying to get the word under the mouse when they click Control + Mouse Click on the word...
How can I read it... I have seen "WordWeb Dictionary" do this with a charm...
I tried capturing the image under mouse, and decode it with Tessnet OCR...
But it returns some other words... Please give me a clue...

Thanks
Posted
Comments
johannesnestler 6-Oct-13 8:58am    
you have to explain better what you want to do. Get word from what? Any application? A special one (browser?), or your own application?
Yesudasan Moses 6-Oct-13 9:53am    
I wanna grab phone numbers from outlook emails,,,
when people click over it,,,
BillWoodruff 6-Oct-13 9:58am    
Have you opened the Outlook e-mails in a .NET WinForms application, and displayed them in a WinForms Control like a TextBox, or RichTextBox, or are you controlling Outlook from WinForms via Office Automation ? You are dealing with editable text: not a bitmap ?
Yesudasan Moses 6-Oct-13 10:12am    
no no no... not that way....
I have developed an outlook addin, but i cant highlight and call numbers from the email... (using command line parameters) but i could call using context menu,,
So I decided to make a windows application that works in background, and trace the numbers at the mouse pointer and just display the form with call button near to that,,, thats my idea...
BillWoodruff 6-Oct-13 11:08am    
It's still not clear to me what your application is doing. If your .NET application is running, how does it detect mouse activity in another application's (Outlook's) window: by means of a GlobalHook key-combination ? Are you interacting with Outlook via Office Automation in C# ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900