CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    1

    Keyboard shortcuts in wpf

    Hey, I'm trying to implement a WPF program that runs in the background, but is only brought up when a certain keyboard shortcut is pushed

    This is similar to Quicksilver for mac or the dashboard for mac (ie, hit F12 and a dashboard pops up, hit F12 again and it disappears).

    I already have the WPF program, I just need to know how to do this, is it possible? Thanks for your help.

  2. #2
    Join Date
    Jan 2009
    Posts
    36

    Re: Keyboard shortcuts in wpf

    You may want to look into keyboard hooks. Maybe this will help:

    http://stackoverflow.com/questions/3...ay-application
    Last edited by gurge60; March 25th, 2009 at 06:13 PM.

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