Results 1 to 2 of 2

Thread: I need help fast

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204

    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

  2. #2
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width