Stefan Duffner
September 29th, 1999, 05:51 AM
I implemented a recent file menu in my SDI application, but when I click on a menu item the file
can't be opened, because the ID of the menu entry passed to CWinApp::OnOpenRecentFile(UINT nID)
is the wrong one. In the string table the value for ID_FILE_MRU_FILE1 is 57616, but the ID
which is passed is 1244668.
Anybody can help me?
Stefan
can't be opened, because the ID of the menu entry passed to CWinApp::OnOpenRecentFile(UINT nID)
is the wrong one. In the string table the value for ID_FILE_MRU_FILE1 is 57616, but the ID
which is passed is 1244668.
Anybody can help me?
Stefan