I learned a lot from using Visual Basic. And I won't repeat that mistake.
Visual Basic VB6 Table of Contents TOC
- Visual Basic VB6 Table of Contents TOC
- Program Extension PlugIns DLL SO and Drivers
- Thraex Installer Issues – generates install packages
- VBScript and the VbsEdit Software
- vb6 Using Scintilla SciLexer DLL
- VB6-CoolMenu
- DAO Issues with VB project using database references
- Visual Basic
- Visual Basic VB6 References Used During SKC Software Development
- Visual Basic VB6 Understanding Microsoft Classes
- Visual Basic VB6 Reverse Engineering
End of TOC
Example #1: ( In Visual Basic )
External Links
Operation
- A set of .dll files are dropped into a plugin folder
- The program reads the list of dll files in the plugin folder and creates an object of corresponding name
- Each dll plugin has a set of predictable functions that can be called using ObjectName.FunctionName
Comment: This is how the WordPress PlugIn system works: You load the extension folder into the plugin directory
Advantages
- Can use standard stable methods to add support for new controller models
Disadvantages
- More difficult for "beginners" …. not as simple as a script.
0 Comments