When you use the appwiz to create a MDI or SDI app, info about each menu item is shown in the statusbar when you hover over the menu item. I have a dialog with a menu and a statusbar. Is there any good way to do this for me? Øivind
When you use the appwiz to create a MDI or SDI app, info about each menu item is shown in the statusbar when you hover over the menu item. I have a dialog with a menu and a statusbar. Is there any good way to do this for me? Øivind
you have an event WN_MENUITEM (if i remember). then, you catch with the event-associated function the item ID and you'll be able to get the string table entry for this ID.