J
jtertin
I was wondering how to manage Virtual Memory usage within a VB app. I
have a form with a trend on it that takes ~40MB of virtual memory when
it is loaded (depending on the amount of data being plotted). When
the form is closed, the memory is still being used (even though I call
the .dispose method of the chart object). Every time I re-open the
same form, there goes 40MB more virtual memory. This memory is not
released until the application terminates.
So, my question: how do I explicitly release the memory being used by
this form?
Thanks!
have a form with a trend on it that takes ~40MB of virtual memory when
it is loaded (depending on the amount of data being plotted). When
the form is closed, the memory is still being used (even though I call
the .dispose method of the chart object). Every time I re-open the
same form, there goes 40MB more virtual memory. This memory is not
released until the application terminates.
So, my question: how do I explicitly release the memory being used by
this form?
Thanks!