
How do I find cursor position inside textbox?
Use the SelStart property.
Ex:
iPos = Text1.SelStart
This defeats the purpose of newsgroups. Responses should always be posted
for everyone's benefit.
Regards,
Rob
------------
Robert D. Barnes, MCP
DSD Inc
http://www.dsdcorp.com
Quote:
>How do I find the cursor location inside a textbox? I need a variable
>that returns the current character position within a textbox. Please
> Thank you,
> Perry K. Burdick