hi all
i have a dot net form.
i capture all keyboard events.
everything works nice.
except for the arrow keys.
which are completerly ignored.
when writing a brand new application from scratch,
i am able to capture all keyboard events
including arrow keys.
but in my big application,
they are ignored.
what could be causing this effect?
assaf
Peter Jausovec - 27 Sep 2004 13:32 GMT
Hi,
Check if KeyPreview (form property) is set to true and capture the keys in
KeyDown event. It should work.
Regards,
Peter
(http://blog.jausovec.net)
> hi all
>
[quoted text clipped - 13 lines]
>
> assaf