- Home
·
- Miscellaneous
·
- If you put this code in a form with a text box, when someone types into it it will not type what th
If you put this code in a form with a text box, when someone types into it it will not type what th
If you put this code in a form with a text box, when someone types into it it will not type what they put, it will type out a message that you
Rate If you put this code in a form with a text box, when someone types into it it will not type what th
(1(1 Vote))
Text1.Text = ""
Static Y As Integer
Dim X As String
Y = Y + 1
X = "What you want the text to be"
Text1.Text = Left(X, Y)
end sub
If you put this code in a form with a text box, when someone types into it it will not type what th Comments
No comments yet — be the first to post one!
Post a Comment