R
Rob
Using VS 2005
I have an application whereby the user clicks on numbered buttons in order
to "build" a number.... (kind of like the calulator application).
Example... if they click on the 1 button, then the 2 button, then the 3
button, the resulting number will be 123.
There is really no validation required unless a decimal point is involved.
How can I trap (I assume on KeyPress ?) for the user putting in more than 1
decimal point ?
I have an application whereby the user clicks on numbered buttons in order
to "build" a number.... (kind of like the calulator application).
Example... if they click on the 1 button, then the 2 button, then the 3
button, the resulting number will be 123.
There is really no validation required unless a decimal point is involved.
How can I trap (I assume on KeyPress ?) for the user putting in more than 1
decimal point ?