Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is hotkey in c#? I need to perfom on the event in my form.
Posted
Updated 22-Jan-11 7:29am
v2
Comments
Manfred Rudolf Bihy 22-Jan-11 13:30pm    
What exactly do you mean by "Hotkey" and what does that have to do with C#?

If you don't know what it is, how can you need it ? It's just where you associate a key with a menu item in the properties, so pressing that key combo chooses that item. I would recommend you buy a basic C# book and read it so you know a few basic things about what you're doing before you start asking questions. That way, you can also ask questions that are more likely to lead to a real answer, I suspect you're confused about what hotkeys do, and therefore that you're still no closer to what you want to achieve.
 
Share this answer
 
There is an article on CP regarding hotkeys done in c#.

Can be found here.
Simple steps to enable Hotkey and ShortcutInput user control[^]

Plenty other is you just search google. :rolleyes:
 
Share this answer
 
Comments
Sandeep Mewara 22-Jan-11 14:00pm    
Hey! I replied the same thing, OP missed my answer. :(

:)
DaveAuld 22-Jan-11 14:03pm    
You know what the say about great minds and all that! :-)
Sandeep Mewara 22-Jan-11 14:06pm    
Yeppp! :)
DaveAuld 22-Jan-11 14:04pm    
Just voted you up to make you feel better!
Sandeep Mewara 22-Jan-11 14:05pm    
That was much better than marking it as 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