change property in one control, changes value in all other instances...
ok, i made this cool little active x control that is used to monitor the computers on our company's network by giving a visual representation of its status (connection speed, ip address, and other stuff). Two properties of the control are "ComputerName" and "Domain". Whenever I adjust either of these properties (either during runtime or designtime) the values for all other instances of the control also change to the new value. I don't know if the problem is related to a coding error, if its associated to the nature on the control and exactly what it is doing, or if it has something to do with active x controls in general.
If this is somthing that anyone has ever heard of happenning, any ideas of how to correct this are greatly appreciated,
Thanks