Click here to Skip to main content
15,867,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
JokeRe: Question about classes in C++ Pin
akirilov1-Apr-09 0:22
akirilov1-Apr-09 0:22 
GeneralRe: Question about classes in C++ Pin
Stuart Dootson1-Apr-09 3:31
professionalStuart Dootson1-Apr-09 3:31 
AnswerRe: Question about classes in C++ Pin
Rajesh R Subramanian1-Apr-09 1:38
professionalRajesh R Subramanian1-Apr-09 1:38 
Questionvisual C++ to 8051F000 micro controller Pin
ruthlesspker31-Mar-09 22:37
ruthlesspker31-Mar-09 22:37 
AnswerRe: visual C++ to 8051F000 micro controller Pin
Cedric Moonen31-Mar-09 23:00
Cedric Moonen31-Mar-09 23:00 
QuestionRe: visual C++ to 8051F000 micro controller Pin
CPallini31-Mar-09 23:29
mveCPallini31-Mar-09 23:29 
QuestionContext menu on non clicnt area Pin
john563231-Mar-09 21:16
john563231-Mar-09 21:16 
AnswerRe: Context menu on non clicnt area Pin
Code-o-mat31-Mar-09 22:12
Code-o-mat31-Mar-09 22:12 
GeneralRe: Context menu on non clicnt area Pin
Iain Clarke, Warrior Programmer31-Mar-09 22:20
Iain Clarke, Warrior Programmer31-Mar-09 22:20 
GeneralRe: Context menu on non clicnt area Pin
john563231-Mar-09 22:56
john563231-Mar-09 22:56 

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.