Update Menu
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello I want to update menu when user select an other language. I call "ModifyMenu" then "UpdateWindow" but changes are done only when mouse is going over the text. Is anybody can help me?
-
You may want to try using RedrawWindow instead. You could also try using the UPDATE_COMMAND_UI which is called continuously when the menu is displayed. Hope that helps Dor