Pop-up application

I am writing an application that should create an object relative to the position of a carrot ( EDIT: carriages ) when the user selects a text field in another application on Windows (i.e. search in Firefox field, etc.).

Do you have any suggestions or tutorials where I could read about this?

thanks

+6
source share
1 answer

I just found a great Code Project article that answers my question. http://www.codeproject.com/Articles/34520/Getting-Caret-Position-Inside-Any-Application Great code, thanks Saurabh Singh Gangwar

+1
source

Source: https://habr.com/ru/post/907535/


All Articles