winforms - I am having problem with Keyboard events capturing in C# -


I have a simple form windows application, on which I have set a custom control for my specific work, I wrote a keydoin The handler for the form, the problem is that KeyDown handler is working fine with all other keys except the arrow keys ... Does the control key fall into the handler? Why it is so? When I remove custom control, is it working fine?

Take a look.

What is the key demonstration? What is control?


Comments

Popular posts from this blog

delphi - Mouseover hint for TChart series value -

c++ - Linux and clipboard -

How to Create Master-Details view using Asp.Net MVC framework -