MFC SDI popup menu
-
I have mfc sdi aplication and i need to change the popup menu text i can chage the submenu items by ading event handler ON_UPDATE_COMMAND but i cant do with the file menu because i dont have an id.Anyone knows a function to do that? Thank You.
-
I have mfc sdi aplication and i need to change the popup menu text i can chage the submenu items by ading event handler ON_UPDATE_COMMAND but i cant do with the file menu because i dont have an id.Anyone knows a function to do that? Thank You.
-
I have mfc sdi aplication and i need to change the popup menu text i can chage the submenu items by ading event handler ON_UPDATE_COMMAND but i cant do with the file menu because i dont have an id.Anyone knows a function to do that? Thank You.
-
There are id's there too. Have a look in your menu resource, and you will find the appropriate identifiers. ID_FILE_OPEN ID_FILE_CLOSE ID_FILE_SAVE ID_FILE_SAVE_AS ... I hope you're not trying to use numbers instead of identifiers.
thak you i find them but i cand find for the FILE i have FILE -??? NEW ID_FILE_NEW OPEN ID_FILE_OPEN but the File dont have
-
thak you i find them but i cand find for the FILE i have FILE -??? NEW ID_FILE_NEW OPEN ID_FILE_OPEN but the File dont have