|
-
January 1st, 2000, 01:42 PM
#1
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
-
January 2nd, 2000, 03:15 AM
#2
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
-
February 20th, 2001, 04:49 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|