M
mgoold2002
Hello. I've just begun programming in VB .NET, and I'm trying to turn
all my modules into classes. In order to retrieve/exchange values from
one class to another, I initiated New instances of the classes in each
class where I needed to retrieve a property or method. I discovered
that this reciprocal loading of class instances led to stackoverflow
exceptions. I am now remedying this problem by sharing properties
among the classes. I ask you though: what's the best way to share
methods and properties reciprocally among classes? Any advice is
greatly appreciated.
all my modules into classes. In order to retrieve/exchange values from
one class to another, I initiated New instances of the classes in each
class where I needed to retrieve a property or method. I discovered
that this reciprocal loading of class instances led to stackoverflow
exceptions. I am now remedying this problem by sharing properties
among the classes. I ask you though: what's the best way to share
methods and properties reciprocally among classes? Any advice is
greatly appreciated.