PDA

Click to See Complete Forum and Search --> : hooking


Yaron
Aug 17th, 2000, 03:43 AM
Does anybody have a code that explains how to catch windows messages from another running process (lets say i have the processID).

Thanks

Sam Finch
Aug 17th, 2000, 04:34 AM
Unfortunatley this is one of the few things you can't do in VB, you need to write a DLL in C++ to do all the hooking for you, then you can use this in your VB program by declaring the Functions like you would an API.

Yaron
Aug 17th, 2000, 05:20 AM
Thanks
I will do so