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
Printable View
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
Use the SelStart property for your "CursorPosition".
------------------
Marty