Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRelated to thunderbird extension Pin
baldha rakesh31-Jan-06 18:50
baldha rakesh31-Jan-06 18:50 
QuestionWM_OBJECTSEL Pin
ragavan31-Jan-06 18:47
ragavan31-Jan-06 18:47 
AnswerRe: WM_OBJECTSEL Pin
Stephen Hewitt31-Jan-06 22:08
Stephen Hewitt31-Jan-06 22:08 
GeneralRe: WM_OBJECTSEL Pin
ragavan31-Jan-06 22:53
ragavan31-Jan-06 22:53 
QuestionMemory usage decreases when the application GUI is minimized Pin
techratna31-Jan-06 15:33
techratna31-Jan-06 15:33 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
Stephen Hewitt31-Jan-06 15:52
Stephen Hewitt31-Jan-06 15:52 
GeneralRe: Memory usage decreases when the application GUI is minimized Pin
techratna1-Feb-06 1:56
techratna1-Feb-06 1:56 
AnswerRe: Memory usage decreases when the application GUI is minimized Pin
krmed1-Feb-06 1:54
krmed1-Feb-06 1:54 
This is normal behavior. When you minimize the app, the system makes memory that was allocated for your application available to be used elsewhere. As you run the app, more memory is set aside for your app (it's called the Process Working Set).

Once you have minimized it and then restore it, there is no need to automatically reassign all that memory to your app, as it probably doesn't need it immediately. When you app then requires more memory, it will be added to the working set.

Hope that helps explain it.


Karl - WK5M
PP-ASEL-IA (N43CS)
<kmedcalf@ev1.net>
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
Questioncontrol in View Pin
LeeeNN31-Jan-06 14:32
LeeeNN31-Jan-06 14:32 
AnswerRe: control in View Pin
Stephen Hewitt31-Jan-06 16:15
Stephen Hewitt31-Jan-06 16:15 
Questiontemplate classes & dlls Pin
Themis31-Jan-06 13:54
Themis31-Jan-06 13:54 
QuestionRemoving Min/Max buttons from an application Pin
rentzk31-Jan-06 13:50
rentzk31-Jan-06 13:50 
AnswerRe: Removing Min/Max buttons from an application Pin
Owner drawn31-Jan-06 16:56
Owner drawn31-Jan-06 16:56 
GeneralRe: Removing Min/Max buttons from an application Pin
rentzk1-Feb-06 6:41
rentzk1-Feb-06 6:41 
GeneralRe: Removing Min/Max buttons from an application Pin
Owner drawn1-Feb-06 16:38
Owner drawn1-Feb-06 16:38 
Questiondatabase connection Pin
dli_98031-Jan-06 13:31
dli_98031-Jan-06 13:31 
AnswerRe: database connection Pin
_AnsHUMAN_ 31-Jan-06 17:02
_AnsHUMAN_ 31-Jan-06 17:02 
AnswerRe: database connection Pin
dli_9802-Feb-06 10:08
dli_9802-Feb-06 10:08 
QuestionAbout interface Pin
dli_98031-Jan-06 13:26
dli_98031-Jan-06 13:26 
AnswerRe: About interface Pin
Ryan Binns31-Jan-06 17:15
Ryan Binns31-Jan-06 17:15 
Questionstatusbar - caps lock,num lock, scroll lock Pin
locoone31-Jan-06 13:19
locoone31-Jan-06 13:19 
AnswerRe: statusbar - caps lock,num lock, scroll lock Pin
Ryan Binns31-Jan-06 17:19
Ryan Binns31-Jan-06 17:19 
GeneralRe: statusbar - caps lock,num lock, scroll lock Pin
locoone1-Feb-06 8:15
locoone1-Feb-06 8:15 
QuestionBugs Porting MFC6 to MFC8 Pin
J Yates31-Jan-06 11:28
J Yates31-Jan-06 11:28 
AnswerRe: Bugs Porting MFC6 to MFC8 Pin
Jack Puppy31-Jan-06 13:53
Jack Puppy31-Jan-06 13:53 

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.