VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Validate your text and combo controls as per u required viz. Numeric having decimal or commas.

by Upendra Kolte (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 2nd July 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Validate your text and combo controls as per u required viz. Numeric having decimal or commas.

API Declarations


'This code can be modified in munerous ways using OR , AND operators for various keys, or by giving range of keyascii

Rate Validate your text and combo controls as per u required viz. Numeric having decimal or commas.



   If KeyAscii = 'Keyascii which you want to block
       KeyAscii =0
   End If
End Sub

Download this snippet    Add to My Saved Code

Validate your text and combo controls as per u required viz. Numeric having decimal or commas. Comments

No comments have been posted about Validate your text and combo controls as per u required viz. Numeric having decimal or commas.. Why not be the first to post a comment about Validate your text and combo controls as per u required viz. Numeric having decimal or commas..

Post your comment

Subject:
Message:
0/1000 characters