this code overwrites the text in textbox control
this code overwrites the text in textbox control
Rate this code overwrites the text in textbox control
(1(1 Vote))
private sub text1_change()
if len(text1)>0 then
text1.sellength=len(text1)
end if
end sub
this code overwrites the text in textbox control Comments
No comments yet — be the first to post one!
Post a Comment