VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code will change the properties of any object in the form. The example will show you how to cl

by Mitch Rosko (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 24th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code will change the properties of any object in the form. The example will show you how to clear the textbox property. It us useful if

Rate This code will change the properties of any object in the form. The example will show you how to cl



     If Typeof Control is TextBox Then
           Control.text = ""
      End if 
Next


Download this snippet    Add to My Saved Code

This code will change the properties of any object in the form. The example will show you how to cl Comments

No comments have been posted about This code will change the properties of any object in the form. The example will show you how to cl. Why not be the first to post a comment about This code will change the properties of any object in the form. The example will show you how to cl.

Post your comment

Subject:
Message:
0/1000 characters