- Home
·
- String Manipulation
·
- Get and manipulate the position of the cursor in a textbox, or put the cursor at the end of the str
Get and manipulate the position of the cursor in a textbox, or put the cursor at the end of the str
Get and manipulate the position of the cursor in a textbox, or put the cursor at the end of the string.
API Declarations
'This code returns the position of the cursor while
'putting it at the end of the string.
Rate Get and manipulate the position of the cursor in a textbox, or put the cursor at the end of the str
(1(1 Vote))
Text1.SelStart = Len(Text1.Text) + 1
Text2.Text = Text1.SelStart
End Sub
Get and manipulate the position of the cursor in a textbox, or put the cursor at the end of the str Comments
No comments yet — be the first to post one!
Post a Comment