Hi

I wrote a dll (in C++) that includes a hook function, in order to catch the messges of other application,
What is the syntax of using this dll file from vb ? (i want to use it together with SetWindowsHookEx api function with the flag WH_CALLWNDPROC.

Thanks