hi all
How i change the item text of menu item after click of that menu item ?
Printable View
hi all
How i change the item text of menu item after click of that menu item ?
By calling ModifyMenu().
Though not tried, check out by updating the command string of the menu ID. Use ON_UPDATE_COMMANDUI hadlers
Yes, that works (by calling pCmdUI->SetText) - but only with MFC. The OP didn't specify whether he/she used MFC or plain Win32 SDK.Quote:
Originally posted by Amit Sebiz
Though not tried, check out by updating the command string of the menu ID. Use ON_UPDATE_COMMANDUI hadlers
thanks for help