VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Set maximun length of all textboxes on form at runtime

by Varsha (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 9th April 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Set maximun length of all textboxes on form at runtime

API Declarations




Rate Set maximun length of all textboxes on form at runtime



    If TypeOf ctl Is TextBox Then
        ctl.MaxLength = 3
    End If
    Next


Download this snippet    Add to My Saved Code

Set maximun length of all textboxes on form at runtime Comments

No comments have been posted about Set maximun length of all textboxes on form at runtime. Why not be the first to post a comment about Set maximun length of all textboxes on form at runtime.

Post your comment

Subject:
Message:
0/1000 characters