... which (should) invoke a dialog box.<br><br><br>Things I&#39;ve done/checked so far:<br><br>Created a simple Dialog box with a few controls (edit, text, etc) and saved it to the resource folder in GME/GME.rc/Dialog<br><br>

I added an auto-gen&#39;d event handler which created a new class (Class.cpp for the purposes of this example)   Note: the Class::Class(CWnd *pParent) : CDialogEx(Class::IDD, pParent) constructor is empty, I&#39;m not sure if that&#39;s relevant but I don&#39;t think it is..<br>

<br>There&#39;s a MESSAGE_MAP COMMAND(menu_item_id, &amp;class::member_function()) invocation within the Class.cpp was auto-generated. It&#39;s wrapped in the standard BEGIN_MESSAGE_MAP macro stuff.<br><br>However: when the menu item is clicked, the item remains gray. The properties for &quot;enabled=true&quot; and &quot;gray=false&quot; are both properly configured. So, I assume this is error is due to  the message handler isnt registered<br>

<br><br>I&#39;m lost! any help would be appreciated, again.<br><br>Thanks<br>-A<br>