Does anyone show me how to detect the keydown event on an Edit control with MFC.
regards,
Printable View
Does anyone show me how to detect the keydown event on an Edit control with MFC.
regards,
You'll need to subclass the edit box. Look up subclassing in MFC in the MSDN.