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?