Hello!

I'm relatively new to visual basic 6 (coming from the Java World) and have a question: is it possible to create a kind of global object (which stays in the memory) wich can be used by more than one application at the same time? A kind of VB-Enterprise Java Bean?

The problem is: i have application a, b and c. Application A adds things to lets say an array. Application B also adds stuff to the same array. Application C takes all the stored things of this array and processes the data somehow (e.g. stores the complete array into a database).

Can this be done with vb6 (I'm quite sure it can be done) and if, how?

Thank you in advance, I appreciate any help!!

Regards,
max