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

    Hook the keyboard

    Hi,

    Is Hooking the keyboard only applicable for MFC? I am using VC++, is it possible to do that?

    Thanks,
    Samantha

  2. #2
    Join Date
    Jun 2005
    Location
    Tirunelveli-Tamil Nadu-India
    Posts
    354

    Smile Re: Hook the keyboard

    If I Helped You, "Rate This Post"

    Thanks
    Guna

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Hook the keyboard

    Quote Originally Posted by samcct
    Hi,

    Is Hooking the keyboard only applicable for MFC? I am using VC++, is it possible to do that?

    Thanks,
    Samantha
    You can hook the keyboard in Win32 as well. Take a look at this for example.

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