B
BobRoyAce
I have an application that has a bunch of classes defined in it. There
are also a bunch of forms, user controls, etc.
Now, I am starting development of another application that will use
several, but not all, of the classes from the first application. I
don't want to maintain two copies of the classes...want to "share"
them between the two, and possibly future, applications.
What is a good way to facilitate something like this? Is there a way
that I can create a DLL, or something, of just the classes, and then
reference the DLL from the applications? Or, do I just put the
class .vb files in a common folder (already did this), and then add
the same files to both applications, with both pointing to the same
files?
I would appreciate direction on this, together with how-to for
whatever the proposed solution is.
are also a bunch of forms, user controls, etc.
Now, I am starting development of another application that will use
several, but not all, of the classes from the first application. I
don't want to maintain two copies of the classes...want to "share"
them between the two, and possibly future, applications.
What is a good way to facilitate something like this? Is there a way
that I can create a DLL, or something, of just the classes, and then
reference the DLL from the applications? Or, do I just put the
class .vb files in a common folder (already did this), and then add
the same files to both applications, with both pointing to the same
files?
I would appreciate direction on this, together with how-to for
whatever the proposed solution is.