Class Library?

korvax

Newcomer
Joined
Jun 16, 2003
Messages
3
I have sevral programs that need to access that all need to accses the same instance of a class libary.
For example so a program can put a value into a varable in the class library file and a another program can read
that same varable and get te value...

Doses anyone know how i can pull this off..

Sorry about my bad english.
 
If it's only a couple of values then just use a central XML file for passing along data from one program to another. If there could be hundreds of values being used and altered many times over then I'd suggest using a database.
 
Back
Top