
Pop up menu in Dialog based App
Quote:
>Hi, I created a dialog based aspplication and then created a menu for it.
>However, I don't see any of the object ID of my menu items in class
>wizzard.
Open the menu resource, then, keeping the menu resource open, start
ClassWizard. You should then see the menu items available for creating
handlers.
Note: you won't get UPDATE COMMAND UI handlers working for menus in a
dialog. Dialogs don't have the message dispatching code for those
messages, but you can always create your own update handlers using a
WM_INITMENUPOPUP handler.
Bob Moore [MVP]
http://www.mooremvp.freeserve.co.uk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Due to an unreasonable amount of queries, I no
longer answer unsolicited email questions. Sorry,
no exceptions.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~