View Single Post
  #12  
Old 08-17-2004, 02:41
sulk
 
Posts: n/a
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.
Reply With Quote