CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2013
    Posts
    4

    [C#,WPF .NET4.0] How to register one hotkey

    Hey.. I've a problem with register only one global hotkey for my app.. I saw many examples and tutorials, but never saw how to register only one hotkey, always is a combo like ctrl+f1, alt+f, rtc.. I just need to know how to register one hotkey for example can be F9.

    Send me some advice how to do it.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: [C#,WPF .NET4.0] How to register one hotkey

    Wouldn't it be the same principle? A Hotkey is a hotkey whether it is only one key or a key combination.

    Using the Function keys, I suppose there might be a good enough reason to do it, but any other hotkey ( other than a Function key ) will not be a good idea.

  3. #3
    Join Date
    Oct 2013
    Posts
    4

    Re: [C#,WPF .NET4.0] How to register one hotkey

    Yeah but when i minimize application to tray and doing combo for example Left ALT + S it doesn't work for me and open some option for example in browser if i doing combo hotkeys

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured