S
Serge calderara
Dear all,
I have a main VB.NET application which must be self
configurable depending of the presence on the system of
particular assembly.
For example if I have on my system a library named
myLib.dll, I would like that this library sends all its
information to the main application.
Which means that I I need to developp later on a new
library and that I just distribute that library to be
copied in a specific place, my main application should
notify the presence of tha new library.
IN other words I would like to handle the developement of
my libraries as a real plug in.
What should I do in my library side and in my application
side in order that this behavioue works. Similar way as
explorer is doing ?
Any guide lines or sample will be really appreciate
Thanks for your help
Regards
Serge
I have a main VB.NET application which must be self
configurable depending of the presence on the system of
particular assembly.
For example if I have on my system a library named
myLib.dll, I would like that this library sends all its
information to the main application.
Which means that I I need to developp later on a new
library and that I just distribute that library to be
copied in a specific place, my main application should
notify the presence of tha new library.
IN other words I would like to handle the developement of
my libraries as a real plug in.
What should I do in my library side and in my application
side in order that this behavioue works. Similar way as
explorer is doing ?
Any guide lines or sample will be really appreciate
Thanks for your help
Regards
Serge