K
Keith Smith
How can I say "If e is equal to a printable character (as opposed to Insert,
Del, Home, PageUp, PageDown, etc) then x=1"?
Something like...
if (e.KeyChar==PrintableCharacters)
{
x=1;
}
Del, Home, PageUp, PageDown, etc) then x=1"?
Something like...
if (e.KeyChar==PrintableCharacters)
{
x=1;
}