
Dynamically change menu text
The same mechanism that is typically used to enable/disable menu items in
MFC can be used to change the text. Look at CCmdUI::SetText();
TFM3
Note: Spam-resistant e-mail address
Quote:
> Hi,
> I need to change the text of a particular menu item during runtime.
> There is a function to get the text of an item but not one to change the
> text of it. I tried to use SetWindowText but I don't think the menu
> items are CWnd types.
> Thanks