Click here to Skip to main content
15,911,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: retrieve image from database Pin
Mridang Agarwalla26-Jan-07 6:58
Mridang Agarwalla26-Jan-07 6:58 
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 
This isn't a GC issue. The task manager shows much much memory windows has given your program, not how much your program has allocated. Giving an app more memory is an expensive operation so windows gives it in large chunks, and it isn't returned to the OS when you release only a few bytes worth. An app will only give up the excess under limited circumstances. As you've seen minimization is one of them. A second is when it decides it has alot (megabytes) of excess memory that it probably won't need anytime soon. A third is when windows itself realizes it's running low on memory and sends requests to all the running processes to return any that they can.

--
Rules of thumb should not be taken for the whole hand.

AnswerRe: Garbage collection problem Pin
Colin Angus Mackay26-Jan-07 4:43
Colin Angus Mackay26-Jan-07 4:43 
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 

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.