VS 2012 MFC context menu

before 2012 I just modify the C**App::OnPreLoadState() part, initial it has a edit context menu, and it's really easy and don't need remember everything. (C**App derived from CWinAppEx)

but in vs 2012 I found that default MFC template doesn't come with context menu(maybe I'm wrong, I just click next->next and Ok), the C**App class derived from CWinApp, not CWinAppEx, so I have to modity the base class to CWinAppEx, and overrides the OnPreLoadState(), the problem is that I really don't want to remember the code part.

I want to know what your solution? Is there someway make the MFC come with a context menu when creating a new project?

Topic archived. No new replies allowed.