VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character

Masino Sinaga  (7 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Beginner   Wed 3rd February 2021

Many tips (and trick) tell us that if we want the textbox control ignore the character which is not numeric character, then we can just put the code that shown in KeyPress event procedure below. But, sometimes we forgot that although we have put the code in KeyPress event procedure, user still can input the alpha character to textbox control by doing copy and Paste to textbox. So, here is another tips to fix the problem. I hope this helpful.

Rate A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character (5(5 Vote))
A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character.bas

A Must See Tips: Real Numeric Character in TextBox. Avoid Paste Alpha Character Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters