Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I implement keyboard shortcuts into my applications?
#1
I would like to know how to implement keyboard shortcuts into Visual Studio applications. For example, ctrl+s would save a file, ctrl+o would open a file, etc.
#2
Well, you're going to want to use the Form.KeyPressed event. More information on doing this can be found in this tutorial:
<!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=g-I3PUOQUIc&feature=plcp">http://www.youtube.com/watch?v=g-I3PUOQUIc&feature=plcp</a><!-- m -->
My Blog | My Setup | My Videos | Have a wonderful day.
#3
Thanks! I tried searching through your tutorials before I posted this, but I guess that I did not catch this one. Thanks again!
#4
No problem!
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bug in How to implement a database Part 3 dafly46543 3 16,034 08-13-2011, 08:01 AM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)