I would like to be able to move the cursor at the
end of a text field whenever it gets the focus.. Is there any way to do that ?
Nic
Printable View
I would like to be able to move the cursor at the
end of a text field whenever it gets the focus.. Is there any way to do that ?
Nic
Text1.SelStart = Len(Text1.Text)
Iouri Boutchkine
[email protected]