How can I intercept the 'Enter' key before it reach a button. I tried WM_CHAR in the PreTranslate function, but this works only for alphanumerics and not the 'Enter' key. Thank You LP
How can I intercept the 'Enter' key before it reach a button. I tried WM_CHAR in the PreTranslate function, but this works only for alphanumerics and not the 'Enter' key. Thank You LP