B
Binary Poet
I have a project that is a DLL which is nothing more than a VB Module with a
number of public classes inside of it. From what I have read, it is possible
to have this DLL be only started once.
For example, I have to different applications that use this DLL described.
What I need is for both these applications to use the same instance of the
DLL (or I can make it an EXE if need be) so I can share properties back and
forth between the applications (ie: IsAuthenticated, etc...)
Any idea's or pointers on this?
Thanks!.
number of public classes inside of it. From what I have read, it is possible
to have this DLL be only started once.
For example, I have to different applications that use this DLL described.
What I need is for both these applications to use the same instance of the
DLL (or I can make it an EXE if need be) so I can share properties back and
forth between the applications (ie: IsAuthenticated, etc...)
Any idea's or pointers on this?
Thanks!.
It is always nice to know that the solution is simple! If this reply