Click here to Skip to main content
15,894,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How To Make a Simple compiler Pin
Stuart Dootson1-Apr-09 3:29
professionalStuart Dootson1-Apr-09 3:29 
QuestionCListCtrl problem Pin
bhanu_850931-Mar-09 23:42
bhanu_850931-Mar-09 23:42 
AnswerRe: CListCtrl problem Pin
CPallini1-Apr-09 0:32
mveCPallini1-Apr-09 0:32 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 0:39
bhanu_85091-Apr-09 0:39 
GeneralRe: CListCtrl problem Pin
CPallini1-Apr-09 0:45
mveCPallini1-Apr-09 0:45 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 0:55
bhanu_85091-Apr-09 0:55 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 1:46
bhanu_85091-Apr-09 1:46 
GeneralRe: CListCtrl problem Pin
bhanu_85091-Apr-09 1:46
bhanu_85091-Apr-09 1:46 
QuestionUsing library built in VC 8.0 or VC 7.0 in Application built in VC6.0 Pin
tony_Udz31-Mar-09 23:40
tony_Udz31-Mar-09 23:40 
AnswerRe: Using library built in VC 8.0 or VC 7.0 in Application built in VC6.0 Pin
Stuart Dootson1-Apr-09 3:34
professionalStuart Dootson1-Apr-09 3:34 
QuestionHow can get rows in excel sheet? Pin
Le@rner31-Mar-09 23:17
Le@rner31-Mar-09 23:17 
AnswerRe: How can get rows in excel sheet? Pin
Stuart Dootson1-Apr-09 3:52
professionalStuart Dootson1-Apr-09 3:52 
GeneralRe: How can get rows in excel sheet? Pin
Le@rner1-Apr-09 19:14
Le@rner1-Apr-09 19:14 
Question[Message Deleted] Pin
Purish Dwivedi31-Mar-09 23:14
Purish Dwivedi31-Mar-09 23:14 
QuestionRe: Not detecting the language of Resource DLL Pin
CPallini1-Apr-09 0:49
mveCPallini1-Apr-09 0:49 
Answer[Message Deleted] Pin
Purish Dwivedi1-Apr-09 19:07
Purish Dwivedi1-Apr-09 19:07 
GeneralRe: Not detecting the language of Resource DLL Pin
CPallini2-Apr-09 1:40
mveCPallini2-Apr-09 1:40 
Questionfreeing up of resources after closing the window Pin
Deepu Antony31-Mar-09 23:12
Deepu Antony31-Mar-09 23:12 
Hi all

I am using a multidoc multiview application.In that one view(CGraphView) i am opening and depending upon certain condition(when the user change the time period) i have to close it and open it with respect to the new time selected.

After or before closing this view i need to free up the resources because when the view is again opened exception is generated as there is limited area in the heap.

I am closing the Graph as follows.

CMDIChildWnd* wnd1 = MDIGetActive();
wnd1->MDIDestroy();

Is there is any function to free up all the resources allocated for this view like when a window is closed it automatically frees the memory allocated for it.
AnswerRe: freeing up of resources after closing the window Pin
ThatsAlok1-Apr-09 19:16
ThatsAlok1-Apr-09 19:16 
QuestionQuestion about classes in C++ Pin
akirilov31-Mar-09 22:49
akirilov31-Mar-09 22:49 
AnswerRe: Question about classes in C++ Pin
Cedric Moonen31-Mar-09 22:52
Cedric Moonen31-Mar-09 22:52 
AnswerRe: Question about classes in C++ Pin
Stuart Dootson31-Mar-09 22:53
professionalStuart Dootson31-Mar-09 22:53 
AnswerRe: Question about classes in C++ Pin
Code-o-mat31-Mar-09 22:55
Code-o-mat31-Mar-09 22:55 
NewsRe: Question about classes in C++ Pin
akirilov31-Mar-09 23:10
akirilov31-Mar-09 23:10 
GeneralRe: Question about classes in C++ Pin
CPallini31-Mar-09 23:25
mveCPallini31-Mar-09 23:25 

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.