Quote:
|
Originally Posted by ivanov
I have a program written in Visual C++ with a disabled-grayed menu item inside. Question: How can I locate the dissambled codes for this disabled-gray menu? Restorator or PE Explorer didn't show anything at all.
|
Try breaking on
EnableMenuItem and looking for the menu ID. If it's actually a button that is disabled, then you should be looking for calls to
EnableWindow.