I want to make a TextBox control that only accepts numerical values.
How can I do this in VB6?
Check this out:
http://www.vbforums.com/showthread.php?t=350067
You need to check each keypress, or you can do one validation at the end.