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
If Typeof Control is TextBox Then
Control.text = ""
End if
Next
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.