G
Guest
For a particular control, I want to keep the user from entering a particular
character ("~") through keystrokes; however, I want to be able to
programatically enter that character in the control later as a means of
controlling uniformity of the data. I suspect one would use the "OnKeyDown"
or "OnKeyPress" event.
How might I programmatically reject that character if typed by the user.
character ("~") through keystrokes; however, I want to be able to
programatically enter that character in the control later as a means of
controlling uniformity of the data. I suspect one would use the "OnKeyDown"
or "OnKeyPress" event.
How might I programmatically reject that character if typed by the user.