Hello all,

Could anyone help me with my problem? What I need to do is make a textbox which can only contain numbers, not letters. Using the Keypress event, I can already make sure they can't type in letters, but unfortunately, there's nothing to stop users from just pasting it in. I can also disable the little the popup menu on the textbox, but the CTRL-V and SHIFT-INS keys still work. Is there a way to disable pastes on a textbox?

Thanks in advance,
JMik