Plug-In Architecture

  • Thread starter Thread starter TusharP
  • Start date Start date
T

TusharP

Hi,
Before asking my doubt, first I want to tell you about my application
structure. I want to design a Client Desktop program, which has an MDI form.
This MDi Form has one Horizontal Toolbar. Button of Toolbar get added
whenever it find Plug-in dlls in "Plug-In" directory. Now this Plug in dll
is nothing but form (child form of MDI form).
I want your help to sort this problem. i.e When MDi form create instance of
dll(form.dll) that form should me child of MDI application.
I want this type of architecture to simplify next development of
application.

Thank You in Advance
Tushar P.
 
Hi Rakesh,
I done one program based on sohki's plugin architecture(From CodeProject).
In that Instance of UserControls created in Panel control of Host
application. Using this architectue I design Plugin interface for Form
control. Now I have problem of how to Instantiate Form Dll into Host
application. I cann't instantiate it in Panel control coz it is low level
control.
If know any idea please infom me.

Thank You
Tushar
 
Back
Top