Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pop up application

Tags:

c#

wpf

winapi

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

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

Thank you

like image 782
gumenimeda Avatar asked Feb 03 '12 00:02

gumenimeda


1 Answers

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

like image 127
gumenimeda Avatar answered Oct 03 '22 14:10

gumenimeda