-
I need help fast
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
-
It's Friday afternoon - most experience coders are not around the forum. And I don't know the answer.
Try www.codeguru.com - they have a search facility, just like the one on this board. You tired the search on this board, right?