maixuanthu > 18-05-13, 01:03 AM

Cafe Via He > 18-05-13, 11:33 AM
Private Sub Text0_Change()
If Len(Trim(Text0.Text)) >= 5 Then
Text0.Text = Left(Text0.Text, 5)
Text2.SetFocus
End If
End Sub
khải nguyên > 18-05-13, 06:04 PM