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

    Hooking/Windows Messages

    Is there any way to receive the normal windows messages through Visual Basic ?

    In other words, I need to have access to the primary lParam & wParam vars.

    Thanks,
    Anthony


  2. #2
    Guest

    Re: Hooking/Windows Messages

    You can use the AddressOf operator to provide a callback address.

    Check out this KB article:

    HOWTO: Build a Windows Message Handler with AddressOf in VB
    http://support.microsoft.com/support.../Q170/5/70.asp

    I hope this is of some help to you...

    ...Dwayne J. Baldwin



  3. #3
    Join Date
    Jul 2000
    Posts
    110

    Re: Hooking/Windows Messages


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