Click to See Complete Forum and Search --> : Key Events in a FormView


Mike H.
April 10th, 1999, 06:10 PM
How do you handle key events in CFormView derived class?? I've tried adding a handler for OnKeyDown and adding virtual key ids to the keys I want to handle, but the function never gets call when I pressed those keys. I directly add a handler for the virtual key ID which does get called, but this is not sufficient because I want to handle both key up and down events. Thanks in advance for any help anyone can offer

Mike