This is the code associated with an article I wrote on how to create a VB plugin for OllyDbg.
This demo utilizes the code from the "simple COM client" project in order to interface with a custom made VB Com object.
The VC stub allows VB to interact with the OllyDbg Plugin API through a wrapped set of exports it provides.Does not require full on COM programming to interact.