-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: March 2013
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 code, force numeric entry, VB6
Comments Off on Limit a TextBox to Numeric Entry Only in VB6