Here the deal I using Visual C++ Win 32 Applications. I Destroy a menu and I want to restore another menu. It's a little more complex then that but I just needs some ideals. I have try
EnableMenuItem (hSchemMenu,SCHEM_MENU1,MF_ENABLED);

EnableMenuItem (hTrendMenu,TREND_MENU,MF_DISABLED);

DestroyMenu(hTrendMenu);
LoadMenu(hSchemMenu,SCHEM_MENU1 );

but this does not work. I need help fast because I have a deline