I have c created dll which sends windows messages VM_USER + 50, VM_USER+51 etc. It works fine in c++.
Now I should catch these messages in VB6. I have tried to use Windowproc, just like in this example:
http://support.microsoft.com/?kbid=170570
Is it possible to catch those messages like...