-6

I have window application of Hotkey and pressing hotkey (e.g. Ctrl + 1) I want a text from the cursor position from the external application like notepad, notepad++, Microsoft Word, Browsers etc.

This functionality is already implemented in "WordWeb" Application Hotkey. The same functionality I expect.

Please help me with sample code if any one have idea.

manuell
  • 7,528
  • 5
  • 31
  • 58
Ashish
  • 123
  • 2
  • 7
  • 1
    in previous your question you should already have seen this [answer](http://stackoverflow.com/a/2698146/1997232). – Sinatr Jan 23 '14 at 14:45
  • None of the linked answered offer the possibility of the UIAutomation framework (http://msdn.microsoft.com/en-us/library/ms747327(v=vs.110).aspx) – Alex K. Jan 23 '14 at 15:14

1 Answers1

0

There is no a simple way to do this. The possible ways are OCR, using of Accessibility API and winapi hooking. Probably you should narrow your problem statement before taking any further steps.

KonstantinL
  • 667
  • 1
  • 8
  • 20