2

I am implemented sample IME in this service using Notepad and I want to insert text at the cursor's position in the text. How can I get the cursor's position in windows 8?

Narasimha
  • 3,802
  • 11
  • 55
  • 83

1 Answers1

2

ItfInsertAtSelection::InsertTextAtSelection inserts text at the selection. Since Notepad isn't TSF-aware, that's the only place you can insert text.

Eric Brown
  • 13,774
  • 7
  • 30
  • 71