Log in

View Full Version : How to find references to menu property


tresor
May 28th, 2004, 03:00
Hi,

is anyone knows how to change property of menu item or any other control in app written in VC++ ? I have grayed menu items (eg. Help,About) and I'd like to change their property to enabled. Maybe there's something like, for example closing the window in hex FF FF FF 82 to FF FF FF 77........

Thanks

sonkite
May 28th, 2004, 07:59
Check on these apis, or use a resource editor.

EnableMenuItem / EnableWindow