"adiavn" <adiavn@hotmail.com> schrieb:
> I noticed a strange behavior for winforms:
> I create an empty winform application (VS 2005), and changed the FormStyle
[quoted text clipped - 6 lines]
> dropped to 400kb.
> What caused this effect? why only when I did it manually?
I suggest to take a look at this article:
The working set of an application is trimmed when its top-level window is
minimized
<URL:http://support.microsoft.com/?scid=kb;EN-US;293215>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
adiavn - 25 Jun 2006 09:05 GMT
Thanks for the information.
How does this apply to a .Net application?
Will managed objects I have in memory (not form related) be trimmed?
Thanks
> "adiavn" <adiavn@hotmail.com> schrieb:
> > I noticed a strange behavior for winforms:
[quoted text clipped - 13 lines]
> minimized
> <URL:http://support.microsoft.com/?scid=kb;EN-US;293215>