![]() |
Make Recent File |
Post Reply
|
| Author | |
gniwon
Newbie
Joined: 11 August 2005 Location: Korea, South Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: Make Recent FilePosted: 16 August 2005 at 12:30am |
|
Hello . I want to make two "Recent file" menu as "Recent project file" and "Rcent source file", Please help me how to do.
if (nCod != CN_UPDATE_COMMAND_UI) { if (nMsg == 0) nMsg = WM_COMMAND; if ((nCod==CN_UPDATE_COMMAND_UI) && (nID>=m_nMenuPrjId) && (nID<=m_nMenuPrjId+MRU_RANGE)) if ((nCod==CN_UPDATE_COMMAND_UI) && (nID>=m_nMenuId1) && (nID<=m_nMenuId1+MRU_RANGE)) if ((nMsg==WM_COMMAND) && (nCod==CN_COMMAND) && (nID>=m_nMenuPrjId) && (nID<=m_nMenuPrjId+MRU_RANGE)) return OpenRecentProject(nID); if ((nMsg==WM_COMMAND) && (nCod==CN_COMMAND) && (nID>=m_nMenuId1) && (nID<=m_nMenuId1+MRU_RANGE)) return OpenEctRecentFile(nID); return CWinApp::OnCmdMsg(nID, nCode, pExtra, pHandlerInfo); CCmdUI* pCmdUI = (CCmdUI*)pExtra; |
|
|
jini
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 August 2005 at 2:31am |
|
See dynamic popups sample.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
gniwon
Newbie
Joined: 11 August 2005 Location: Korea, South Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 August 2005 at 7:07pm |
|
thank you ver much. I solved this matter. |
|
|
jini
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |