Click here to Skip to main content
15,889,931 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 19:00
Nick Seng25-May-04 19:00 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:05
Anthony_Yio25-May-04 20:05 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 20:07
Nick Seng25-May-04 20:07 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:16
Anthony_Yio25-May-04 20:16 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 20:21
Nick Seng25-May-04 20:21 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:35
Anthony_Yio25-May-04 20:35 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:45
Anthony_Yio25-May-04 20:45 
GeneralRe: C# windows app Pin
Dave Kreskowiak26-May-04 2:48
mveDave Kreskowiak26-May-04 2:48 
There is no way to reduce that footprint and your app really isn't using that much memory. If you look at the working set for the app, you'll see that it is considerably smaller than what you see allocated in TaskManager. It is page space that is, call it reserved, for your app, but not in use. This space can be freed at any time and used for other processes by the Garbage Collector and/or the page manager in Windows.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: C# windows app Pin
Heath Stewart26-May-04 4:19
protectorHeath Stewart26-May-04 4:19 
GeneralRe: C# windows app Pin
Anthony_Yio26-May-04 15:33
Anthony_Yio26-May-04 15:33 
Questionhow to empty the system chache in TCP connection? Pin
fu025-May-04 17:49
fu025-May-04 17:49 
GeneralForms Pin
Anonymous25-May-04 17:24
Anonymous25-May-04 17:24 
GeneralRe: Forms Pin
Anonymous25-May-04 18:41
Anonymous25-May-04 18:41 
GeneralRe: Forms Pin
Anonymous25-May-04 18:44
Anonymous25-May-04 18:44 
General[Message Deleted] Pin
ProductShowcase25-May-04 17:02
ProductShowcase25-May-04 17:02 
GeneralRe: Is there an #define for the compiler version? Pin
Anthony_Yio25-May-04 20:47
Anthony_Yio25-May-04 20:47 
GeneralRe: Is there an #define for the compiler version? Pin
Dave Kreskowiak26-May-04 2:57
mveDave Kreskowiak26-May-04 2:57 
GeneralRe: Is there an #define for the compiler version? Pin
Marc Clifton26-May-04 3:25
mvaMarc Clifton26-May-04 3:25 
GeneralRe: Is there an #define for the compiler version? Pin
Heath Stewart26-May-04 4:23
protectorHeath Stewart26-May-04 4:23 
GeneralTooltips Pin
Joel Holdsworth25-May-04 10:11
Joel Holdsworth25-May-04 10:11 
GeneralRe: Tooltips Pin
Heath Stewart25-May-04 10:37
protectorHeath Stewart25-May-04 10:37 
GeneralRe: Tooltips Pin
Heath Stewart25-May-04 11:25
protectorHeath Stewart25-May-04 11:25 
Generaladding dataset to webform generating error Pin
DeSonny25-May-04 10:00
DeSonny25-May-04 10:00 
GeneralWrite DataGrid to file. Pin
Jason Weibel25-May-04 9:28
Jason Weibel25-May-04 9:28 
GeneralRe: Write DataGrid to file. Pin
Heath Stewart25-May-04 9:57
protectorHeath Stewart25-May-04 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.