Here viewtopic.php?t=11976 you have some simple and I think very good CManageMenu class to manage your menus in your games, apps, and so on. There is a simple main, and CBaseMenu on which example you can make any others menus. Just remember you should have in your BaseMenu Run() and Show() methods. ( for simple you can make it vitrually as it is done, then dreiver all your menus on this base class)
here goes a link to code:
viewtopic.php?t=11976
