Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access first form's control from the second form. Pin
fayth9-Jun-04 19:54
fayth9-Jun-04 19:54 
GeneralRe: Access first form's control from the second form. Pin
fayth9-Jun-04 19:56
fayth9-Jun-04 19:56 
GeneralRe: Access first form's control from the second form. Pin
palbano9-Jun-04 19:56
palbano9-Jun-04 19:56 
GeneralRe: Access first form's control from the second form. Pin
Titan511-Jun-04 21:51
Titan511-Jun-04 21:51 
GeneralRunning size of Windows Form App. Pin
David Horner9-Jun-04 19:05
David Horner9-Jun-04 19:05 
GeneralRe: Running size of Windows Form App. Pin
palbano9-Jun-04 19:51
palbano9-Jun-04 19:51 
GeneralRe: Running size of Windows Form App. Pin
David Horner9-Jun-04 21:09
David Horner9-Jun-04 21:09 
GeneralRe: Running size of Windows Form App. Pin
Heath Stewart10-Jun-04 4:01
protectorHeath Stewart10-Jun-04 4:01 
That's the .NET Framework for you. Depending on what Types you use, the defining assemblies are loaded into memory. This can produce a large footprint, and there's really nothing you can do about it.

As far as setting the MaxWorkingSet, you have to assign it new IntPtr(someIntOrLongValue), since the property type is an IntPtr. You should read the documentation about the Process.MaxWorkingSet property. You can only set this to a value that still allows all the assemblies to be loaded into memory.

 

Microsoft MVP, Visual C#
My Articles
QuestionHelp! How can I drawing datagrid header text at center alignment? Pin
pig12349-Jun-04 18:29
pig12349-Jun-04 18:29 
AnswerRe: Help! How can I drawing datagrid header text at center alignment? Pin
Heath Stewart10-Jun-04 3:59
protectorHeath Stewart10-Jun-04 3:59 
Questionwhy FileSystemWatcher doesn't work? Pin
fayth9-Jun-04 18:20
fayth9-Jun-04 18:20 
AnswerRe: why FileSystemWatcher doesn't work? Pin
Heath Stewart10-Jun-04 3:42
protectorHeath Stewart10-Jun-04 3:42 
GeneralRe: why FileSystemWatcher doesn't work? Pin
Wackatronic10-Jun-04 4:57
Wackatronic10-Jun-04 4:57 
GeneralRe: why FileSystemWatcher doesn't work? Pin
fayth10-Jun-04 15:12
fayth10-Jun-04 15:12 
GeneralRe: why FileSystemWatcher doesn't work? Pin
fayth10-Jun-04 15:38
fayth10-Jun-04 15:38 
GeneralJava or C# Pin
skywalker3809-Jun-04 17:24
skywalker3809-Jun-04 17:24 
GeneralRe: Java or C# Pin
fayth9-Jun-04 19:20
fayth9-Jun-04 19:20 
GeneralRe: Java or C# Pin
Corinna John9-Jun-04 19:28
Corinna John9-Jun-04 19:28 
GeneralRe: Java or C# Pin
Michael Flanakin10-Jun-04 3:54
Michael Flanakin10-Jun-04 3:54 
GeneralRe: Java or C# Pin
palbano9-Jun-04 19:41
palbano9-Jun-04 19:41 
GeneralRe: Java or C# Pin
Heath Stewart10-Jun-04 3:41
protectorHeath Stewart10-Jun-04 3:41 
GeneralRe: Java or C# Pin
Michael Flanakin10-Jun-04 4:07
Michael Flanakin10-Jun-04 4:07 
GeneralC# Project Pin
jroberson109-Jun-04 17:07
jroberson109-Jun-04 17:07 
GeneralRe: C# Project Pin
Wackatronic10-Jun-04 5:00
Wackatronic10-Jun-04 5:00 
GeneralRe: C# Project Pin
jroberson1010-Jun-04 12:40
jroberson1010-Jun-04 12:40 

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.