This code is built on the concepts developed in the VB-Olly plugin article and gives an experiment on how VB ActiveX dlls and VC exes can interact without having to do full on COM programming.
Basically you just initilize COM to load the runtime, call a method to transfer initial execution over to VB, and then you can interface the two using the VB API Declare function mechanism by declaring exports in your exe.