3

I am developing an application in C#. Whenever someone presses keys like Ctrl + C or Ctrl + 1 etc, i want the application to capture them and perform some action based on the key combination that is pressed.

What is the way of achieving that ?

1
  • 5
    What kind of application is it? A console app, WPF, Windows Forms? Commented Jun 7, 2011 at 6:43

1 Answer 1

3

If you are looking for the windows application and want capture event on the windows form you can check this : How to capture shortcut keys in Visual Studio .NET

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.