Want to Create Plugin using VB

I have no VB experience, but if you can create a DLL with VB, and access the data types specified in the Plug-In documentation, it may work.
 
I don't want to disapoint you, Prashanth Deshmukh , but VB6 does ActiveX Dll. Those are more like OCX, than standard Dll.
From my researches (cause I tried), there is no way to do a Dll in VB6 and below that is compatible with other program than VB, unless that program supports Microsoft's OCX.
VB.Net don't work either, cause those are not standard Dll, but DotNet Dll, which are not binary.
If you ever find a way around this, do tell. Otherwise, there nothing you can do in VB until the software supports scripting(then, you could do VBScript) or ActiveX.
 
Back
Top