Hi there,

Does any one how can I create a singleton class in VB ?
I wish that every time I create a new object :
dim X as new MyObj
X will reference the same object (this happens inside an activex dll).
Is that possible at all ?


Thanks,
Omer S.