PDA

View Full Version : How to find references to menu property


tresor
05-28-2004, 04:00 AM
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
05-28-2004, 08:59 AM
Check on these apis, or use a resource editor.

EnableMenuItem / EnableWindow