Quote: "Visual Basic 6
This is nasty. You'll require at least some C++ knowledge, VB6 DLL's make use of the COM Library and so are not very compatible with the C++ DLL's needed to create plugins. You'll need to create a C++ Wrapper DLL in addition to your regular VB DLL, although not an impossible task, it isn't a walk in the park either. In any case, I've personally created some samples and modified IanM's brilliant TPC Framework to make the creation of the C++ wrapper some-what easier than it previously was.
Advantages: Cost-Effective, allows you to create your own commands like a true TPC Plugin.
Disadvantages: Messy, requires intermediate C++ knowledge.
Sample: To be uploaded...
Framework: http://ep.designex.net/Files/VB6-Framework.zip
Documentation: To be uploaded..."
gimme the documentation and sample if it exist
If you are asking for available DLLs,
Go here