Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone!

Please Tell Me How To CONTROL KEYBOARD ARROW key and Move Any Object Through Keys in C#,Please Tell Me If Any One Have Knowledge Abut this.
Posted

try following links.

Key Down Event
Key Down With Details
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Aug-14 1:55am    
How about key up events? How about events in WPF, Silverlight, ASP.NET?
Such answer hardly can save OP who has no clue of the very basic ideas...
—SA
You can control it by pressing those keys on a keyboard. :-)
Software does not control keys, but it can handle events. The exact way to do it depends on application type and the UI library used; you did not bother to share this information of your preferences. To understand handling of events, please learn it: http://msdn.microsoft.com/en-us/library/awbftdfh.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900