VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



If you put this code in a form with a text box, when someone types into it it will not type what th

by VisualScope (20 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 27th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



 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

Download this snippet    Add to My Saved Code

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 have been posted about If you put this code in a form with a text box, when someone types into it it will not type what th. Why not be the first to post a comment about If you put this code in a form with a text box, when someone types into it it will not type what th.

Post your comment

Subject:
Message:
0/1000 characters