A
Altramagnus
I have searched throught the newsgroups
on how to restrict entry in textboxes, for example,
I only want the textbox to only accept numberic.
The standard answer is to use the KeyPress event.
However, this do not address the paste event
User is still able to copy and paste any characters.
How do I create a textbox so that regardless what I do ( including cut
and paste ),
the result must only contain certain prefdefined chars.
Thanks.
on how to restrict entry in textboxes, for example,
I only want the textbox to only accept numberic.
The standard answer is to use the KeyPress event.
However, this do not address the paste event
User is still able to copy and paste any characters.
How do I create a textbox so that regardless what I do ( including cut
and paste ),
the result must only contain certain prefdefined chars.
Thanks.