In Windows Mobile 6.5.3, the bottom menus come in two styles - new, touch-friendly style with rounded black buttons, and old style. In my experience, to enable the new style, the menu has to have only one or two items, and both should be text (I_IMAGENONE); if you place an image button there, the menu reverts to old style.
However, the Pocket IE in WinMo 6.5.3 has a new style menu with images - back button for example. Question - how do they do that? I could not find any relevant samples.
Native code, C++, Win32 API. Please no managed/CLR examples.