I need get latch onto a running instance of my VB .dll. I have heard i can do it using GetObject function, but only with .dll's made in C/C++.

I discovered an OLE API, RegisterActiveObject and RevokeActiveObject. The problem is, I don't know how to use them.