AFX_ID_PREVIEW_CLOSE - Help!!
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
HI, AFX_ID_PREVIEW_CLOSE is the ID of button to close printpreview, i search the afx message sended by this button. AFX_ID_PREVIEW_PRINT call the command ID_FILE_PRINT catch in : BEGIN_MESSAGE_MAP(CViewPrintPreview, CView) //{{AFX_MSG_MAP(CViewPrintPreview) ON_COMMAND(ID_FILE_PRINT, &CViewPrintPreview::OnFilePrint).... BUT I search to map AFX_ID_PREVIEW_CLOSE, i try with ID_FILE_CLOSE but no effect. Do you have a solution? THANKS