CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BunnyF

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,663

    Re: Blocking Keyboard Play/Pause Button in Win 8

    In my case, I am running a 32-bit application, the other app is also 32-bit but the OS is 64-bit.

    The interesting thing is that everything works fine (i.e. the hook gets called and I am able to...
  2. Replies
    6
    Views
    2,663

    Re: Blocking Keyboard Play/Pause Button in Win 8

    Thanks for the link. I have read through all of the postings and it does not address my questions.

    As I had said earlier in my message, my hooking procedure works perfectly for most keys with...
  3. Replies
    6
    Views
    2,663

    Re: Blocking Keyboard Play/Pause Button in Win 8

    Thanks for your response.

    The strange thing about the keyboard hook is that is always being called but only blocks the keystroke when my application has focus. This problem only occurs with the...
  4. Replies
    6
    Views
    2,663

    Blocking Keyboard Play/Pause Button in Win 8

    I am writing an application that needs to temporarily disable the Play/Pause button that appears on multimedia keyboards.

    Normally, a key can be blocked quite easily by installing a low level...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured