Hi all,
I have a stupid problem... It is about the event KEY_UP, KEY_PRESSED, KEY_DOWN and Edit Control.
In VS6, we could add a control of keyboard for all dialog component. we could connect WM_KEYPRESSED event on edit control IDC_EDIT_SAMPLE to a specific function (with, among all, the code of the key pressed as parameter).
Now, I use VS8 and I can't find this management anymore (the famous Ctrl+W doesn't work :'( ). The only events we can connect to 'Edit Control' are event on alignment or text modification.
Can someone tell me how to deal with such management pls ?
Thank you in advance,
Fred