S
Sandra Baum
Hello,
I search for a good example.
My idea:
UserControl1 -- DLL1 -- with the red textbox
Textbox1 --- result = Textbox1 red
UserControl2 -- DLL2 -- with the blue textbox
Textbox1 --- result = Textbox1 blue
UserControl3 -- DLL3 -- need an additional textbox, however
Textbox1 (white) + Textbox2 (white) --- result = Textbox1 +
Textbox2
Application -- EXE
UserControlXY -- Interface/Contract -- Application/Exe
In the folder Bin\Release looking for available DLL's
DLL's - If we find more as one, we show also the versions in a
listbox
The user choose one of the Dll , the application is start up
Advantage
New UserInterface, no changes in the EXE, only chnage the DLL
How can I do that?
IPlugin _plugin = (IPlugin) ....??????
Interface is similar the result.
result = textbox1 red
result = textbox1 blue
result = textbox1 white + textbox2 white
I use VS2005, C#
with best Sandra
I search for a good example.
My idea:
UserControl1 -- DLL1 -- with the red textbox
Textbox1 --- result = Textbox1 red
UserControl2 -- DLL2 -- with the blue textbox
Textbox1 --- result = Textbox1 blue
UserControl3 -- DLL3 -- need an additional textbox, however
Textbox1 (white) + Textbox2 (white) --- result = Textbox1 +
Textbox2
Application -- EXE
UserControlXY -- Interface/Contract -- Application/Exe
In the folder Bin\Release looking for available DLL's
DLL's - If we find more as one, we show also the versions in a
listbox
The user choose one of the Dll , the application is start up
Advantage
New UserInterface, no changes in the EXE, only chnage the DLL
How can I do that?
IPlugin _plugin = (IPlugin) ....??????
Interface is similar the result.
result = textbox1 red
result = textbox1 blue
result = textbox1 white + textbox2 white
I use VS2005, C#
with best Sandra