VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.

by Joseph Martin (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Thu 22nd November 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.

Rate Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.




X = Len(Text1.Text) - 1
Let MyStr = Left(Text1.Text, X)
Text1.Text = MyStr

End Sub


Download this snippet    Add to My Saved Code

Accomplishes backspace in a simple code! Just paste the code in a click event of a command button. Comments

No comments have been posted about Accomplishes backspace in a simple code! Just paste the code in a click event of a command button.. Why not be the first to post a comment about Accomplishes backspace in a simple code! Just paste the code in a click event of a command button..

Post your comment

Subject:
Message:
0/1000 characters