If you don't want to permit ANYTHING except numbers into the editbox, hook into keyboard events, check for characters that aren't digits and cancel them out.
When you sort out what events are needed on one textbox, just reuse same event on others, since you don't have to copy events around.