2011-12-30 72 views

回答

0

試試這個:

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

試試這個:

textBox1.selectall()