WM_KEY_DOWN, help!
I have several Cedit boxes in a dialog and I want to catch the WM_ON_KEYDOWN
in a different function handler for each edit box.
It is quite esy for events such as ON Update as the Wizard will generate
separate function stubs for each edit box but I cant see how to do it for
the on key down.
can anyone help PLEASE!!
[341 byte] By [
Nijel] at [2007-11-10 12:51:18]

# 1 Re: WM_KEY_DOWN, help!
Check help for WM_GETDLGCODE and will solve your problem
"Nijel" <nijel@commonground.freeserve.co.uk> wrote:
>
>I have several Cedit boxes in a dialog and I want to catch the WM_ON_KEYDOWN
>in a different function handler for each edit box.
>It is quite esy for events such as ON Update as the Wizard will generate
>separate function stubs for each edit box but I cant see how to do it for
>the on key down.
>
>can anyone help PLEASE!!
marius at 2007-11-11 20:41:30 >
