Thursday, September 17, 2009

Tips and Tricks Visual Basic 6.0 Set The Text Box Cursor Position


Private Sub Form_Load()
' the following line will place the cursor after the
' 4th character
    Text1.SelStart = 4
End Sub

0 comments:

Your Ad Here