This is a same one of above
Private Sub Command1_Click()
Text1.Text = Text1.Text & "xx"
End Sub
Private Sub Command2_Click()
If Not Text1.Text = "" Then
Text1.Text = Left$(Text1.Text, Len(Text1.Text) - 1)
End If
End Sub
|
Results 1 to 5 of 5
Thread: Adding Text to a Text BoxThreaded View
|
Click Here to Expand Forum to Full Width |