Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
Questionusercontrol and Application.AddMessageFilter Pin
appdeveloper26-Jan-07 5:51
appdeveloper26-Jan-07 5:51 
AnswerRe: usercontrol and Application.AddMessageFilter Pin
S. Senthil Kumar26-Jan-07 6:47
S. Senthil Kumar26-Jan-07 6:47 
QuestionHowto scroll by code in a webbrowser element? [modified] Pin
Jasmin Tabatabai26-Jan-07 4:54
Jasmin Tabatabai26-Jan-07 4:54 
QuestionGarbage collection problem Pin
t4ure4n26-Jan-07 4:18
t4ure4n26-Jan-07 4:18 
AnswerRe: Garbage collection problem Pin
Dustin Metzgar26-Jan-07 4:34
Dustin Metzgar26-Jan-07 4:34 
GeneralRe: Garbage collection problem Pin
t4ure4n26-Jan-07 4:37
t4ure4n26-Jan-07 4:37 
AnswerRe: Garbage collection problem Pin
Dan Neely26-Jan-07 4:40
Dan Neely26-Jan-07 4:40 
AnswerRe: Garbage collection problem Pin
Colin Angus Mackay26-Jan-07 4:43
Colin Angus Mackay26-Jan-07 4:43 
t4urean wrote:
But If i minimize the application. The memory used drops down from 44k to a 7-8k and if i maximize it it starts increasing again. I believe that it is a Garbage collection problem.


No it is not. What you are seeing is not the memory your application is using but the memory it has "reserved" for use. That will generally rise as the application is used. When it is minimised the reservation is removed and you see a value closer to the actual amount used.

There is nothing wrong with this and your application is most likely functioning properly. If you want to see the actual amount of memory used by your application then you should look at the performance counters for the process. You can access these through Administrative Tools --> Performance.


GeneralRe: Garbage collection problem Pin
S. Senthil Kumar26-Jan-07 5:36
S. Senthil Kumar26-Jan-07 5:36 
GeneralRe: Garbage collection problem Pin
Colin Angus Mackay26-Jan-07 5:45
Colin Angus Mackay26-Jan-07 5:45 
GeneralRe: Garbage collection problem Pin
Guffa26-Jan-07 6:18
Guffa26-Jan-07 6:18 
GeneralRe: Garbage collection problem Pin
S. Senthil Kumar26-Jan-07 6:45
S. Senthil Kumar26-Jan-07 6:45 
AnswerRe: Garbage collection problem Pin
Judah Gabriel Himango26-Jan-07 5:56
sponsorJudah Gabriel Himango26-Jan-07 5:56 
AnswerRe: Garbage collection problem Pin
Dave Kreskowiak26-Jan-07 6:06
mveDave Kreskowiak26-Jan-07 6:06 
AnswerRe: Garbage collection problem Pin
t4ure4n29-Jan-07 0:13
t4ure4n29-Jan-07 0:13 
QuestionText file handling issue Pin
Andrew Em26-Jan-07 3:21
Andrew Em26-Jan-07 3:21 
AnswerRe: Text file handling issue Pin
Colin Angus Mackay26-Jan-07 3:52
Colin Angus Mackay26-Jan-07 3:52 
AnswerRe: Text file handling issue Pin
bobsugar22226-Jan-07 4:20
bobsugar22226-Jan-07 4:20 
GeneralAbout the pre tag Pin
Guffa26-Jan-07 8:31
Guffa26-Jan-07 8:31 
GeneralRe: About the pre tag Pin
bobsugar22226-Jan-07 8:59
bobsugar22226-Jan-07 8:59 
GeneralRe: Text file handling issue Pin
Andrew Em28-Jan-07 20:24
Andrew Em28-Jan-07 20:24 
Questionexcel in C# Pin
barak16048726-Jan-07 3:02
barak16048726-Jan-07 3:02 
AnswerRe: excel in C# Pin
Dustin Metzgar26-Jan-07 4:50
Dustin Metzgar26-Jan-07 4:50 
QuestionNeed help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 2:31
csharpguyfromde26-Jan-07 2:31 
AnswerRe: Need help in creating an XML file from a Dataset using a schema file Pin
bobsugar22226-Jan-07 3:12
bobsugar22226-Jan-07 3:12 

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.