Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Guys I have Designend an application with all shortcuts like,open,save,exit,undo etc.
but if i press small letters also it is being taken as input for shortcut.(Ex:ctrl+s or ctrl+S)
i would like to detect whether the incomming input from keyboard is either small letter or capital letter.How To Detect It guys.....
Posted
Comments
[no name] 27-Jul-13 13:51pm    
You can use the Control.ModifierKeys property.
Mahesh Bailwal 27-Jul-13 13:54pm    
It will be easier to answer your question if you can share your code for capturing short cut keys.
Sergey Alexandrovich Kryukov 28-Jul-13 0:42am    
Did you try to simply read the MSDN documentation?
—SA
srinivasankrishnaa 12-Sep-13 4:27am    
how to get the
msdn.......
Sergey Alexandrovich Kryukov 12-Sep-13 10:44am    
Did you read my answer? followed the link I provided? This is MSDN, online. This is what people use permanently during development if they have Internet access. If you are asking this question, you do have it...
—SA

1 solution

 
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