VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this code overwrites the text in textbox control

by ratan (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 2nd June 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

this code overwrites the text in textbox control

Rate this code overwrites the text in textbox control




private sub text1_change()
 if len(text1)>0 then
  text1.sellength=len(text1)
end if
end sub

Download this snippet    Add to My Saved Code

this code overwrites the text in textbox control Comments

No comments have been posted about this code overwrites the text in textbox control. Why not be the first to post a comment about this code overwrites the text in textbox control.

Post your comment

Subject:
Message:
0/1000 characters