hello
is there any way i can position a cursor say after the second character in a textbox?
Printable View
hello
is there any way i can position a cursor say after the second character in a textbox?
VB Code:
txtBigFluffyTextbox.SelStart = 2
thanks dude
No worries! :thumb: