VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Clearing more than hundreds of textboxes by just 3 lines of code

by Ajaykumar Iyengar (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 29th September 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Clearing more than hundreds of textboxes by just 3 lines of code

Rate Clearing more than hundreds of textboxes by just 3 lines of code



    If TypeOf cntl Is TextBox Then cntl.Text = ""
Next

Download this snippet    Add to My Saved Code

Clearing more than hundreds of textboxes by just 3 lines of code Comments

No comments have been posted about Clearing more than hundreds of textboxes by just 3 lines of code. Why not be the first to post a comment about Clearing more than hundreds of textboxes by just 3 lines of code.

Post your comment

Subject:
Message:
0/1000 characters