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

Thread: Keyboard Hook

  1. #1
    Guest

    Keyboard Hook

    How to create system wide keyboard hook and replace the user typed keys with my own character in VB


  2. #2
    Join Date
    Sep 1999
    Posts
    17

    Re: Keyboard Hook

    Only with help of a c++ dll.
    See the sample at www.matthart.com/vbhelp.
    Search for mmhook.zip


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