I've read examples I found on Google, but none work.
I would like to put a public function into the OnKeyPress event of many unbound textboxes on my form that would only allow the user to enter approved characters (alphanumeric).
Any suggestions?