请教各位大侠问题
Private Sub Text1_GotFocus(Index As Integer)If Index = 6 Then
Text1(6).SelStart = 0
Text1(6).SelLength = Len(Text1(6).Text)
End If
End Sub
其中的index作用 触发条件 通俗点怎么讲
2010-05-05 21:03
2010-05-05 22:39
2010-05-06 15:20
2010-05-06 19:42
2010-05-06 20:12