Tag Archives: code

Limit a TextBox to Numeric Entry Only in VB6

I am surprised at how often I still see this question asked, and the answer almost always involves using the KeyUp, or KeyDown event and programmatically canceling the keystroke if the key pressed was not numeric. I don’t like doing it … Continue reading

Posted in Programming | Tagged , , | Comments Off on Limit a TextBox to Numeric Entry Only in VB6