Problem in LoadPlugins in Application

C

chandu

Hai all,

i am developing an applciation which loads all configuation plugins in
MainForm when clicks on corresponding plugin button.

let me explain :

SomePlugin is a class library projects which contains 3 UserControls.Every
user control has its own functionality like save,clear,edit....etc.

i buit that SomePlugin Project for generation a .dll .

In my MainApplication i had one folder called Plugins.i copied SomePlugin
dll in that folder.

In MainApplication if i click on a button i need to load the SomePlugin
library dynamically and need to show that UserControl names as linkButtons
in one panel.
And if click on any of the Link i need to show that corresponding
usercontrol in anther panel.

If i have 5-6 Plugin applications and clicking one by one i need to unload
active plugin form Memory and need to show current plugin.

can any one help me please..

thanking u ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top