Can anyone tell me where to obtain a system wide hook dll ? Can I declare this dll in VB like any api functions for usage in VB ?
Printable View
Can anyone tell me where to obtain a system wide hook dll ? Can I declare this dll in VB like any api functions for usage in VB ?
Yes ,the declaraton is like API. You declare the function and call it. I don't know where you can find that kind of a DLL but if you know C++ make it.