简体   繁体   中英

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

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM