VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Setting the maximum length of character accepted by combo box in 1 line of code.

by Stray (3 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 26th February 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Setting the maximum length of character accepted by combo box in 1 line of code.

Rate Setting the maximum length of character accepted by combo box in 1 line of code.




'this code set the maximum length character of combo box to 4
'and execute null statement (keyascii =0).
if len(combo1) = 4 then keyascii =0  

Download this snippet    Add to My Saved Code

Setting the maximum length of character accepted by combo box in 1 line of code. Comments

No comments have been posted about Setting the maximum length of character accepted by combo box in 1 line of code.. Why not be the first to post a comment about Setting the maximum length of character accepted by combo box in 1 line of code..

Post your comment

Subject:
Message:
0/1000 characters