Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hot Keys in C#

Status
Not open for further replies.

JungleMonkey

Programmer
Aug 18, 2002
19
0
0
US
Hi,

Can someone point me to documentation and/or provide a code snippet on creating hot keys in C#?
 
Hey,

through the form designer, you could make a file menu, and you can create them through that and make a shortcut to the file menu, using the "&" letter functionality, which makes it a ctrl + letter hotkey (ie. &Print, means that if you press ctrl + P, it will automatically call any funtion you have associated with "Print".

Good luck,
Kevin


- "The truth hurts, maybe not as much as jumping on a bicycle with no seat, but it hurts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top