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

    Getting ALL Keyboard-Input

    Getting ALL Keyboard-Input

    Hi !

    There are some screen-capture-applications (like Corel CAPTURE), that can be activate by a key (for example F7 puts the content of the current window to the clipboard) even when the window has NOT the focus. I want to do the same. But how ? Every hint, tip, idea, example is welcome !

    Regards

    Martin



  2. #2
    Join Date
    Apr 1999
    Posts
    18

    Re: Getting ALL Keyboard-Input

    try using SetWindowsHook() or RegisterHotKey()


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