Click to See Complete Forum and Search --> : Choose Between Menus with GetMenu()


Natxo
July 20th, 2005, 06:16 AM
Hi all!

I have an VC++ .NET aplication with three different Menus in .rc file. I'm trying to access by code one of them with GetMenu() function, but I can't find the way to choose between them: it always gets the IDR_MAINFRAME menu.

I want to know how could I access the other ones (IDR_APPTVTYPE and IDR_POPUP);

Thanks for your help.