|
-
Oct 22nd, 2004, 02:40 PM
#1
Thread Starter
Fanatic Member
Passing Class Objects Between Project Instances
I have a VB application that instantiates object classes. My clipboard methods within the application, place the object's key onto the clipboard and when I need to interact with the clipboard I use the key that is stored to copy/paste "elements", which are really objects. So in other words I have an Elements Class which is composed of Element classes. To copy an Element Object, I store the Key of the Element Object on the clipboard, to paste I reference Elements(Key) to grab all the object's information. This works fine, BUT if I want to copy elements from one instance of my application to another, I am not sure how since the objects are local to the one instance and not the other. Is there a way to pass objects between instances of my application? Thanks!
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
|