|
-
Nov 2nd, 2001, 05:48 PM
#1
Thread Starter
Addicted Member
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
-
Nov 2nd, 2001, 06:09 PM
#2
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|