Re: Add Back Space to a constant
- From: "boaz" <nospam@xxxxxxxxx>
- Date: Tue, 21 Feb 2006 13:02:38 -0800
This is exactly what I am doing.
I need to restrict the user to enter only numeric character into a textbox.
This is the set of keys that the textbox can take:
0123456789+-.E <back space> <Enter>, and <Delete>
possible <Ctrl-C>, <Ctrl-V>, <Ctrl-X>, <Ctrl-Z>, and <ESC>
I want to put all these keys in a constant.
"Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@xxxxxxxxxxxxxxxxx>
wrote in message news:%2335KmOyNGHA.2336@xxxxxxxxxxxxxxxxxxxxxxx
Those constants you specified are normally
meant to be used in KeyUp or KeyDown event procedures when checking
against
the KeyCode argument.
.
- Follow-Ups:
- Re: Add Back Space to a constant
- From: Rick Rothstein [MVP - Visual Basic]
- Re: Add Back Space to a constant
- References:
- Add Back Space to a constant
- From: boaz
- Re: Add Back Space to a constant
- From: Rick Rothstein [MVP - Visual Basic]
- Add Back Space to a constant
- Prev by Date: Re: Add Back Space to a constant
- Next by Date: Re: Add Back Space to a constant
- Previous by thread: Re: Add Back Space to a constant
- Next by thread: Re: Add Back Space to a constant
- Index(es):
Relevant Pages
|