G
Guest
When I create a winform app (even with no additional code or controls), it
typically takes 7 - 10Mb on startup. An app with 3 forms can take 3x that.
That memory is allocated to the process only until I minimize the window,
which drops it to < 1Mb.
How can I reclaim this memory through code, similar to how minimize does it?
I do not want the user to have to minimize the form manually or watch the
form minimize then reappear.
typically takes 7 - 10Mb on startup. An app with 3 forms can take 3x that.
That memory is allocated to the process only until I minimize the window,
which drops it to < 1Mb.
How can I reclaim this memory through code, similar to how minimize does it?
I do not want the user to have to minimize the form manually or watch the
form minimize then reappear.