I am creating lots of different objects within objects for a GUI based application, I am using this.dispose
to free up the resources but i am finding that after a while the system slows down and eventually stops,
is this becuase the objects remain in memory? if so how can i delete them. Each object is being created
in a different class so i cannot set the object to null from its own class as it won't compile as it doesn't recognise the objects
thanks
to free up the resources but i am finding that after a while the system slows down and eventually stops,
is this becuase the objects remain in memory? if so how can i delete them. Each object is being created
in a different class so i cannot set the object to null from its own class as it won't compile as it doesn't recognise the objects
thanks