Cursor X,Y location

Is there a way to determine the X,Y coordinate of where the cursor/insertion point is for the desktop TextArea control?

SelStart?
then use LineNumatCharPos and ChaPosAtLinenum and mix in a little math

MouseMove?

[quote=342328:@Dave S]SelStart?
then use LineNumatCharPos and ChaPosAtLinenum and mix in a little math[/quote]
Well, if it’s a single font/size that’s no big deal. Would be very difficult if it was StyledText. I’ll mull on it a bit more.

That won’t work if you’re moving the cursor using arrow keys.

Oh… cursor as in Text Cursor, not Mouse Cursor. Got it.
Sorry