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
Printable View
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
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