VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add Plug-Ins to your applications

Jay Kreusch  (6 Submissions)   Complete Applications   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

I know this is a zip, but if you like it, come back and VOTE! This is a simple project to show you how to add plug-ins to your apps. What do I mean by plug-ins? I mean the ability for your program to add unlimited functionality by the addition of DLLs or ActiveX exe's AFTER COMPILE. You can have a completely compiled application that simply takes a new DLL and makes it a part of itself. Why should you use it? Think of a large database application. You sell this to many users, and they all have legacy data to deal with, so you sell each of the a custom built plug-in that will convert all of thier old data. Or, if they have a custom app of thier own and they want a function that will automatically update info from thier database to yours, you could write a plugin. The possibilities are limitless, so here's the code!

Inputs
You supply the inputs, or plug-ins. One note: The plug ins must be ActiveX DLLs or ActiveX EXEs and they must be registered!

Assumes
YOU MUST REGISTER YOUR PLUGINS (regsvr32.exe)

Rate Add Plug-Ins to your applications (37(37 Vote))

Download Add Plug-Ins to your applications

Add Plug-Ins to your applications Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters