Hello. I was wondering if anyone could tell me how I can tell if a percent sign was entered using a System.Windows.Forms.KeyEventArgs. The e.keyData does not include the percent. I also need to capture every keystroke after that. Unfortunately, I can not use the KeyPressEventArgs without redesigning our entire form base class.
Thanks in advance.
Thanks in advance.