Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileDialog spawned from doc class Pin
Michael Dunn13-Jul-02 7:09
sitebuilderMichael Dunn13-Jul-02 7:09 
QuestionMenu "Exit" - which class in MDI should handle this COMMAND handler? Pin
ns13-Jul-02 0:31
ns13-Jul-02 0:31 
AnswerRe: Menu "Exit" - which class in MDI should handle this COMMAND handler? Pin
Nish Nishant13-Jul-02 0:38
sitebuilderNish Nishant13-Jul-02 0:38 
GeneralRe: Menu "Exit" - which class in MDI should handle this COMMAND handler? Pin
ns13-Jul-02 0:39
ns13-Jul-02 0:39 
Generalforgot something... Pin
ns13-Jul-02 0:40
ns13-Jul-02 0:40 
GeneralRe: forgot something... Pin
Nish Nishant13-Jul-02 0:51
sitebuilderNish Nishant13-Jul-02 0:51 
GeneralRe: forgot something... Pin
Brian Delahunty13-Jul-02 4:20
Brian Delahunty13-Jul-02 4:20 
AnswerRe: Menu "Exit" - which class in MDI should handle this COMMAND handler? Pin
Ancient Dragon13-Jul-02 0:46
Ancient Dragon13-Jul-02 0:46 
If you look up the ID for that menu handler ID_APP_EXIT on MSDN you will find the answer. It contains a short explanation how many standard menu commands are implemented.


ID_APP_EXIT: Exit the application.
CWinApp::OnAppExit handles this command by sending a WM_CLOSE message to the application's main window. The standard shutting down of the application (prompting for dirty files and so on) is handled by the CFrameWnd implementation.

Customization of this command handler is not recommended. Overriding CWinApp::SaveAllModified or the CFrameWnd closing logic is recommended.

If you choose to implement this command, we recommend you use this command ID.


GeneralHELP!!!!!!!!!!!! Pin
MFC is the Best12-Jul-02 23:49
MFC is the Best12-Jul-02 23:49 
GeneralRe: HELP!!!!!!!!!!!! Pin
Nish Nishant13-Jul-02 0:05
sitebuilderNish Nishant13-Jul-02 0:05 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:12
MFC is the Best13-Jul-02 0:12 
GeneralRe: HELP!!!!!!!!!!!! Pin
Nish Nishant13-Jul-02 0:32
sitebuilderNish Nishant13-Jul-02 0:32 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:34
MFC is the Best13-Jul-02 0:34 
GeneralRe: HELP!!!!!!!!!!!! Pin
Christian Graus13-Jul-02 0:17
protectorChristian Graus13-Jul-02 0:17 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:30
MFC is the Best13-Jul-02 0:30 
Generalmsxml parser Pin
Tzoockee12-Jul-02 22:45
Tzoockee12-Jul-02 22:45 
GeneralRe: msxml parser Pin
Giles12-Jul-02 23:10
Giles12-Jul-02 23:10 
GeneralSocket and IOCP Pin
Anonymous12-Jul-02 22:37
Anonymous12-Jul-02 22:37 
GeneralRe: Socket and IOCP Pin
Anonymous12-Jul-02 23:01
Anonymous12-Jul-02 23:01 
GeneralRe: Socket and IOCP Pin
Giles12-Jul-02 23:22
Giles12-Jul-02 23:22 
GeneralRe: Socket and IOCP Pin
Giles12-Jul-02 23:13
Giles12-Jul-02 23:13 
Generalurgent! how to paint CToolBar Pin
includeh1012-Jul-02 21:59
includeh1012-Jul-02 21:59 
GeneralRe: urgent! how to paint CToolBar Pin
Michael Dunn13-Jul-02 7:11
sitebuilderMichael Dunn13-Jul-02 7:11 
Questionurgent! how to paint border of CWnd? Pin
includeh1012-Jul-02 21:52
includeh1012-Jul-02 21:52 
AnswerRe: urgent! how to paint border of CWnd? Pin
NormDroid12-Jul-02 23:22
professionalNormDroid12-Jul-02 23:22 

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.