Hi,
I would like to develope a program where, at a MDI Form, I will have a toolbar, and there is one column called "Plug-Ins". Later part of this project, I would like to write some plug-ins to this program.
So, the basic flow will be, when the user click on the "Plug-Ins", the tool bar will drop down on all available plugin for that software. Then, the user can select the plugin they would like to use, and the plugin will load into the program as MDI child.
I did some search in this forum and found that I got to use either DLL or ActiveX do complete this job.
Here is question that I have in my mind...
-- Is that possible that, the tool bar menu is dynamic? Cuz that, I might add on unlimited plugins to this program, which now, i still don't know what are they.
Can anyone provide me a simple project, where the MDI form with tool bar, and a simple activeX that would load into the project as MDI child and print on the label a "Hello World".
The main sample I need to focus on is how to create an ActiveX and also how to call it from another program.
Hope this request is not too much. Please advice, and Thanks in advance.
Start Free Trial