PDA

Click to See Complete Forum and Search --> : Position of cursor in a text box


Gimpster
Jan 7th, 2000, 12:40 AM
How do I find out where the cursor is located in a text box. I need something like:

Dim x As Integer
x = Text1.CursorPosition

Thanks!

------------------
Ryan

MartinLiss
Jan 7th, 2000, 12:52 AM
Use the SelStart property for your "CursorPosition".

------------------
Marty