VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To delete data in many textboxes at once.

by Rennel Stemmer (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 15th December 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To delete data in many textboxes at once.

Rate To delete data in many textboxes at once.



if typeof ctl is textbox then
ctl.text =""
next

end if 

Download this snippet    Add to My Saved Code

To delete data in many textboxes at once. Comments

No comments have been posted about To delete data in many textboxes at once.. Why not be the first to post a comment about To delete data in many textboxes at once..

Post your comment

Subject:
Message:
0/1000 characters