[求助]text获得焦点时全选该控件内容?
请教:text获得焦点时全选该控件内容该怎样处理?谢谢
2006-12-12 08:12
Private Sub Command1_Click()
Text1.SetFocus
Text1.SelStart = 0
Text1.SelLength = Len(Text1.Text)
End Sub

2006-12-12 09:57
2006-12-12 10:37
2006-12-12 11:29
2013-10-22 17:24