M
mao
I hope someone can answer this question for me. I have two forms. One form
is an MDI form and the second form contains many controls, such as panel,
list box, etc. When I open this second form I noticed the application memory
usage. After closing this form, memory stays the same. I thought that after
closing this second from memory usage would be redurced, but it doesn't. I
tried all sort of methods, such as calling GC.Collect(), using destructor ~,
but nothing seems to work Can someone show me an effective method of calling
GC on demand?
Thanks a bunch!
is an MDI form and the second form contains many controls, such as panel,
list box, etc. When I open this second form I noticed the application memory
usage. After closing this form, memory stays the same. I thought that after
closing this second from memory usage would be redurced, but it doesn't. I
tried all sort of methods, such as calling GC.Collect(), using destructor ~,
but nothing seems to work Can someone show me an effective method of calling
GC on demand?
Thanks a bunch!