Loading another form increases the memory usage of the application and after closing is not combing back to normal? dispose function at formclosed event is not doing that..How to reduce the memory usage in this case?
Disposing an object has no direct effect on memory usage. A disposed object still exists in memory. I suggest that you do some reading on memory management, garbage collection and the GC class in managed code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.