how to find the cursor position in text service frame work in windows8?

231 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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