How to detect the global keyboard caret position on screen (x,y) ? The position is being read from background app in any application.
Asked
Active
Viewed 253 times
0
-
`Mouse.CursorPos` perhaps? – David Heffernan Feb 04 '15 at 09:25
-
1Related, [Caret position on webbrowser](http://stackoverflow.com/a/5247039/576719). – LU RD Feb 04 '15 at 09:28
-
4There's no global caret. You want the caret position when another application's window is showing it? See http://stackoverflow.com/questions/5087244/how-to-determine-text-cursor-position-in-windows – Sertac Akyuz Feb 04 '15 at 11:08