جرب ذلك الكود وأعطيني النتيجة.
PHP كود :
Private Sub Command1_Click()
Text2.Visible = False
Text2 = ""
End Sub
Private Sub Form_Activate()
Text1.SetFocus
End Sub
Private Sub Form_Load()
Text1 = ""
Text2 = ""
Text1.Width = 3255
Text2.Width = 3255
Text1.Height = 495
Text2.Height = 495
Text1.Top = 120
Text2.Top = 120
Text1.Left = 360
Text2.Left = 360
Text2.Visible = False
End Sub
Private Sub Text1_Click()
Text1 = ""
End Sub
Private Sub Text1_KeyUp(KeyCode As Integer, Shift As Integer)
ff = "abdallaalsafy"
gg = Len(ff)
dd = Len(Text1)
Text2.Visible = True
Text2 = Mid$(ff, 1, dd)
End Sub
Private Sub Text2_Click()
Text1.SetFocus
End Sub


