VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Add Plug-Ins to your applications

by Jay Kreusch (6 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (37 Votes)

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

Download Add Plug-Ins to your applications

Download Add Plug-Ins to your applications (8 KB)

Add Plug-Ins to your applications Comments

No comments have been posted about Add Plug-Ins to your applications. Why not be the first to post a comment about Add Plug-Ins to your applications.

Post your comment

Subject:
Message:
0/1000 characters