How to change menu caption
Mobile
1
Posts
1
Posters
2
Views
1
Watching
-
Hi, i need to change menu caption while the app is running. There's no problem with popup subitems like IDM_EXIT, IDM_ABOUT. I can change these with SetMenuItemInfo. But this method doesn't work with main menu item, like FILE, EDIT, HELP, coz it has not ID. In Win32 I can use SetMenuItemInfo with fByPosition member of MENUITEMINFO structure set to TRUE and use 0 as identifier of first main menu(FILE), 1 as second (EDIT) etc. But this technique doesn't work on Windows CE. Does anybody know how can I change main menu caption? Thanx, Ortie