Me again,
I am trying to trap a WM_KEYDOWN event from an EDIT control. I know the WM_COMMAND is passed to the control with a WM_KEYDOWN as the event when a key is pressed inside the control, but how can I know which key was pressed?
Regards,
Kornalius