UdoScheuvens
Programmer
Hello,
I want to create a variable within a class which is shared by all instances created by any process in the system. The declaration
creates a variable that is only shared between instances of one and the same process. Is there a way???
Udo
I want to create a variable within a class which is shared by all instances created by any process in the system. The declaration
Code:
Private Shared mySharedVar As Integer
creates a variable that is only shared between instances of one and the same process. Is there a way???
Udo