Re: Form Minimize and Maximize
From: Bhargavan (bhargavanm_at_yahoo.co.in)
Date: 03/10/05
- Next message: William F. Robertson, Jr.: "Re: System.Reflection"
- Previous message: Dale: "RE: Memorystream"
- In reply to: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Mar 2005 12:58:16 -0700
Hey Nicholas,
Actually I am running my windows application over a terminal server. So at
any time there will be a number of instances of the same application on the
terminal server and thats the many reason for my memory concern. I am
already using SetProcessWorkingSetSize but I want to improve the performance
even further. Any suggestions?
Bhargavan
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:OHKB39ZJFHA.3528@tk2msftngp13.phx.gbl...
> Bhargavan,
>
> Why are you trying to do this? Are you finding that it is consuming
> too much memory and impacting other applications on the machine?
>
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@spam.guard.caspershouse.com
>
> "Bhargavan" <bhargavanm@yahoo.co.in> wrote in message
> news:OcNY61ZJFHA.2764@tk2msftngp13.phx.gbl...
>> Hey Group,
>> When I minimize and then maximize a form (in windows application), I see
>> a significant drop in memory usuage in the task manager. I tried to do
>> the same thing programatically during the form load event, but I don't
>> see any significant drop in memory usage. Anybody know why?
>> Thanks,
>> Bhargavan
>>
>
>
- Next message: William F. Robertson, Jr.: "Re: System.Reflection"
- Previous message: Dale: "RE: Memorystream"
- In reply to: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Form Minimize and Maximize"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|