Hi Guys
I am able to add icons to the main toolbar via GetMenu and
hSubMenu = GetSubMenu(hMenu, 0)
ret = SetMenuItemBitmaps(hSubMenu, 0, MF_BYPOSITION, iconMenus.ListImages("CARROT").Picture, 0)
API calls.
Does anybody know how to add the same to context/popup menus that are specified in the menu editor and then shown with PopupMenu()?
And also button menu's that are created in the toolbar properties window?
Many Thanks In Advance
Jwal
I am able to add icons to the main toolbar via GetMenu and
hSubMenu = GetSubMenu(hMenu, 0)
ret = SetMenuItemBitmaps(hSubMenu, 0, MF_BYPOSITION, iconMenus.ListImages("CARROT").Picture, 0)
API calls.
Does anybody know how to add the same to context/popup menus that are specified in the menu editor and then shown with PopupMenu()?
And also button menu's that are created in the toolbar properties window?
Many Thanks In Advance
Jwal