Does anybody have a code that explains how to catch windows messages from another running process (lets say i have the processID).
Thanks
Printable View
Does anybody have a code that explains how to catch windows messages from another running process (lets say i have the processID).
Thanks
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.
Thanks
I will do so