|
-
September 29th, 1999, 05:51 AM
#1
Wrong 'UINT nID' in OnOpenRecentFile
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|