VB Code:
If Len(txtTextBox) > 10 Then txtTextBox.Text = Left(txtTextBox, 10) txtTextBox.SelStart = Len(txtTextBox) End If
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |