Quote Originally Posted by VictorN View Post
Perhaps, because the 2nd document uses another menu?
Since I'm getting a pointer for the main window at the beginning...
Code:
CMenu	*pMenu = AfxGetApp()->m_pMainWnd->GetMenu()
I would imagine that this means I'm re-using the same menu. Either way, I don't see why I can sometimes access the submenu of a submenu... but other times I cannot.