Checking for Phase 2 Leftovers

If you did everything correctly in Phase 2, the only leftover issue is that if you chose to move all message handling code into message handler functions, you should have deleted WindowProc and OnCmdMsg from your view class entirely. If you also created menu update handlers, WindowProc should be gone from class CMainFrame as well.