|
-
April 24th, 2002, 02:29 AM
#1
Persisting Data in Classes Pls. Help
Hi,
I m creating an ActiveXDll.In that Dll I have one Class for which I have Persistent property = 1.
Now I have got two properties in this class namely
1) UserName.
2) CompanyNo.
Since i have created properties U can set these values.
Now My Question is that suppose I create an object of this class and set the UserName to "ABC".
Now when I create another object of this class I should be able to get the username Setted by another object.
In Short Is there a way in ActiveX Dll's or Classes where I can Share a particular Information Accross various objects of class
without using CONSTANTS because at some or other time i need to update this information
and this updated information should be available accross all objects.
Can U help?
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
|