2011-12-30 73 views

回答

0

试试这个:

  With TextBox1 
      If .Text.Trim <> "" Then 
       .SelectionStart = 0 
       .SelectionLength = .Text.Length 
      End If 
     End With 
0

试试这个:

textBox1.selectall()