Page 1 of 1

Modify menu class

Posted: 30 Nov 2010 11:24
by Steve Lympany
Hi,
Here is a project that uses a class for modifying menus. Essentially, you grab the current window menu, and then:

- add and remove top menu items
- add, remove and rename submenu items
- check/uncheck items
- enable/disable items.

and then you reassign the modified menu back to the window.

Steve