-
I can add bitmaps to a menu easily using the example on this website, but as soon as I make the menu a popup menu, I can't get the bitmaps to show.
'// Retrieve the menu handle
lngMenuHwnd = GetMenu(Me.hwnd)
'// Get the handle of the first submenu item
lngSubHwnd = GetSubMenu(lngMenuHwnd, 0)
'// Get the menu id of the first bitmpa
lngMenuID = GetMenuItemID(lngSubHwnd, 0)
The first line works... the second line is unable to get the submenu handle, however.
Help?!?
-
Sorry Jamie, I don't know how to do this, but I'm replying so I get an e-mail when someone who does answers the question!!!!
:cool:
Dan