I'm doing maintenance on a MFC MDI application and I need to remove child document window entries from the main window menu. My File menu template has just an item, the Exit entry, but on execution the child windows get entries added there.
I'm not a MFC developer, and just hacking my way through it to change this bit. Maybe I understood things backwards... Please, illuminate me.
In the InitInstance function you can call LoadStdProfileSettings with 0 for the nMaxMRU parameter.