Hi everyone,
What i'm trying to do here is basically only allow upper and lowercase letters to be entered into a textbox on my form. In the keypress event I can detect what I need fine, but how do I go about not letting that key through if it isn't a letter. I've been reading that I need to do something with the KeyEventArgs.Handled property in the System.Windows.Forms.dll? I've been reading and reading on MSDN and other sites and I just can't seem to figure this out. I need some help! Thanks guys
Start Free Trial