Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to: Recive Windows Messages in a dll Pin
Code-o-mat27-Nov-08 3:44
Code-o-mat27-Nov-08 3:44 
QuestionXAML Pin
john563227-Nov-08 1:31
john563227-Nov-08 1:31 
QuestionHow can relese memory from controls? Pin
Le@rner27-Nov-08 0:53
Le@rner27-Nov-08 0:53 
AnswerRe: How can relese memory from controls? Pin
Maximilien27-Nov-08 0:57
Maximilien27-Nov-08 0:57 
GeneralRe: How can relese memory from controls? Pin
Le@rner27-Nov-08 1:05
Le@rner27-Nov-08 1:05 
GeneralRe: How can relese memory from controls? Pin
Maximilien27-Nov-08 1:32
Maximilien27-Nov-08 1:32 
GeneralRe: How can relese memory from controls? Pin
Le@rner27-Nov-08 1:38
Le@rner27-Nov-08 1:38 
GeneralRe: How can relese memory from controls? Pin
Mark Salsbery28-Nov-08 12:11
Mark Salsbery28-Nov-08 12:11 
"_$h@nky_" wrote:
now what can i do?


Maybe answer why you're so concerned about what task manager is telling you?

Your job is to make sure you free any resources you explicitly allocate.

Let the OS manage the rest after that. There's often no need for the system to return
freed memory to the system unless it's needed, assuming you've actually properly released
resources you're no longer using.

The task manager is NOT a debugging tool!

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionSave CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 0:44
Dhiraj kumar Saini27-Nov-08 0:44 
AnswerRe: Save CBitmap to File Pin
Emilio Garavaglia27-Nov-08 1:37
Emilio Garavaglia27-Nov-08 1:37 
AnswerRe: Save CBitmap to File Pin
CPallini27-Nov-08 1:49
mveCPallini27-Nov-08 1:49 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 20:48
Dhiraj kumar Saini27-Nov-08 20:48 
GeneralRe: Save CBitmap to File Pin
CPallini27-Nov-08 22:04
mveCPallini27-Nov-08 22:04 
GeneralRe: Save CBitmap to File Pin
Hamid_RT27-Nov-08 23:38
Hamid_RT27-Nov-08 23:38 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini27-Nov-08 23:53
Dhiraj kumar Saini27-Nov-08 23:53 
GeneralRe: Save CBitmap to File Pin
Hamid_RT28-Nov-08 1:49
Hamid_RT28-Nov-08 1:49 
GeneralRe: Save CBitmap to File Pin
Dhiraj kumar Saini28-Nov-08 2:33
Dhiraj kumar Saini28-Nov-08 2:33 
GeneralRe: Save CBitmap to File Pin
Hamid_RT28-Nov-08 2:34
Hamid_RT28-Nov-08 2:34 
QuestionSQL 2005 data insertion issue Pin
Riaan77727-Nov-08 0:39
Riaan77727-Nov-08 0:39 
QuestionProblem in using system() Pin
Nandu_77b27-Nov-08 0:35
Nandu_77b27-Nov-08 0:35 
AnswerRe: Problem in using system() Pin
Code-o-mat27-Nov-08 0:42
Code-o-mat27-Nov-08 0:42 
QuestionRe: Problem in using system() Pin
Nandu_77b27-Nov-08 1:19
Nandu_77b27-Nov-08 1:19 
GeneralRe: Problem in using system() Pin
sashoalm27-Nov-08 2:42
sashoalm27-Nov-08 2:42 
QuestionSAFEARRAY [modified] Pin
Vijjuuu.26-Nov-08 23:32
Vijjuuu.26-Nov-08 23:32 
QuestionRe: SAFEARRAY Pin
Roger Stoltz27-Nov-08 1:40
Roger Stoltz27-Nov-08 1: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.