lusiads Newbie
Joined: 29 May 2005 Posts: 1
|
Posted: May 29th, 2005 04:16 AM Post subject: Extract Text From Screen |
|
|
My requirements is getting textual string on windows when user [right] click on the text.
My ideas are:
1. Hook Mouse through SetWindowsHookEx
2. Return position of cursor when right mouse clicked
3. Getwindow (control) handler by mouse postition (FindWindowsEx)
4. Retrevie text property of object (might be done through SendMessage)
That works with most of control but i got problems when get in dept.
Any one can suggest me some way to get out of this
Sorry for my english.
PS: I saw Aqua Deskperience in action and be impressed. |
|