VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Enable/disable the textbox in a single line

by zeeshan (1 Submission)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 7th May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Enable/disable the textbox in a single line

Rate Enable/disable the textbox in a single line




if text1.enabled = false then
text1.enabled = true
else
text1.enabled = false
end if


Download this snippet    Add to My Saved Code

Enable/disable the textbox in a single line Comments

No comments have been posted about Enable/disable the textbox in a single line. Why not be the first to post a comment about Enable/disable the textbox in a single line.

Post your comment

Subject:
Message:
0/1000 characters