How can I know the position of the cursor into the TextBox?
Code: Dim iPos as Long iPos = Text1.SelStart
Dim iPos as Long iPos = Text1.SelStart
Iain, thats with an i by the way!
Forum Rules