Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 22:04
pooja_friends4-Mar-09 22:04 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 22:31
Nishad S4-Mar-09 22:31 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 22:47
pooja_friends4-Mar-09 22:47 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 22:51
Nishad S4-Mar-09 22:51 
GeneralRe: Run swf file Pin
pooja_friends4-Mar-09 23:03
pooja_friends4-Mar-09 23:03 
GeneralRe: Run swf file Pin
Nishad S4-Mar-09 23:07
Nishad S4-Mar-09 23:07 
Questionwho handles ID_FILE_CLOSE Pin
_T("No name")4-Mar-09 18:25
_T("No name")4-Mar-09 18:25 
AnswerRe: who handles ID_FILE_CLOSE Pin
Eytukan4-Mar-09 20:51
Eytukan4-Mar-09 20:51 
It's handled by the document. You may explain it better.

Some notes from MSDN:
ID_FILE_CLOSE Closes the currently open document.

CDocument::OnFileClose calls CDocument::SaveModified to prompt the user to save the document if it has been modified and then calls OnCloseDocument. All the closing logic, including destroying the document, is done in the OnCloseDocument routine.

ID_FILE_CLOSE acts differently from a WM_CLOSE message or an SC_CLOSE system command sent to the documents frame window. Closing a window will close the document only if that is the last frame window showing the document. Closing the document with ID_FILE_CLOSE will not only close the document but will close down all frame windows showing the document.

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: who handles ID_FILE_CLOSE Pin
_T("No name")4-Mar-09 20:53
_T("No name")4-Mar-09 20:53 
Questionurgent:::: (linking of resource dll to MFC dialog based application) Pin
Purish Dwivedi4-Mar-09 17:52
Purish Dwivedi4-Mar-09 17:52 
AnswerRe: urgent:::: (linking of resource dll to MFC dialog based application) Pin
Eytukan4-Mar-09 19:14
Eytukan4-Mar-09 19:14 
QuestionRe: urgent:::: (linking of resource dll to MFC dialog based application) Pin
Purish Dwivedi4-Mar-09 22:05
Purish Dwivedi4-Mar-09 22:05 
AnswerRe: urgent:::: (linking of resource dll to MFC dialog based application) Pin
Eytukan4-Mar-09 22:23
Eytukan4-Mar-09 22:23 
QuestionCreateprocess() Pin
punav4-Mar-09 17:18
punav4-Mar-09 17:18 
AnswerRe: Createprocess() Pin
Joseph Marzbani4-Mar-09 18:14
Joseph Marzbani4-Mar-09 18:14 
GeneralRe: Createprocess() Pin
punav4-Mar-09 18:32
punav4-Mar-09 18:32 
AnswerRe: Createprocess() Pin
Chandrasekharan P4-Mar-09 18:27
Chandrasekharan P4-Mar-09 18:27 
AnswerRe: Createprocess() Pin
Eytukan4-Mar-09 18:57
Eytukan4-Mar-09 18:57 
GeneralRe: Createprocess() Pin
punav4-Mar-09 19:30
punav4-Mar-09 19:30 
GeneralRe: Createprocess() Pin
Eytukan4-Mar-09 19:38
Eytukan4-Mar-09 19:38 
Questioncontext menu problem in outlook Pin
nikhil314-Mar-09 17:17
nikhil314-Mar-09 17:17 
AnswerRe: context menu problem in outlook Pin
nikhil315-Mar-09 17:11
nikhil315-Mar-09 17:11 
QuestionWhere is start thread proc in CWinThread Object Pin
ForNow4-Mar-09 16:29
ForNow4-Mar-09 16:29 
AnswerRe: Where is start thread proc in CWinThread Object Pin
Sarath C4-Mar-09 16:57
Sarath C4-Mar-09 16:57 
GeneralRe: Where is start thread proc in CWinThread Object Pin
ForNow4-Mar-09 18:26
ForNow4-Mar-09 18:26 

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.