|
-
Jan 8th, 2006, 06:37 AM
#1
Thread Starter
New Member
Global Object used by diff. applications
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|