J
John Wright
I am trying to come up with an architecture to support snap-in/extensibility.
I have a host program that uses common functions for all the plug ins. I
understand I would need an interface (iPlugin or something similiar) that all
DLL need to inherit to use. What I need is a good example. I need to load
usercontrols into this program and show them and interact with them and allow
the usercontrols to call the hosted functions as well as there own. I have
looked at the System.Addin, but this is much to convoluted for what I need, I
have looked at reflection with little success and Managed Extensibility
Framework. All of this just seems so complex. Is there anyone that can
point me to a good VB example of a host program dynamically loading
components (both visual and non-visual applications)? Thanks.
John
I have a host program that uses common functions for all the plug ins. I
understand I would need an interface (iPlugin or something similiar) that all
DLL need to inherit to use. What I need is a good example. I need to load
usercontrols into this program and show them and interact with them and allow
the usercontrols to call the hosted functions as well as there own. I have
looked at the System.Addin, but this is much to convoluted for what I need, I
have looked at reflection with little success and Managed Extensibility
Framework. All of this just seems so complex. Is there anyone that can
point me to a good VB example of a host program dynamically loading
components (both visual and non-visual applications)? Thanks.
John