well,
i was trying to add nice bitmaps to my Menu , first it didn't went well, than i got it working, but not as i aspected, (you can see in the pic below).
iv used:
could be i need to asign a tool bar with a menu ?
i was trying to add nice bitmaps to my Menu , first it didn't went well, than i got it working, but not as i aspected, (you can see in the pic below).
iv used:
invoke LoadBitmap,hInsts, IDB_EDIT_PE
mov hMenuItemBitmap, eax
invoke SetMenuItemBitmaps,hPopupMenu, 0, MF_BYPOSITION, hMenuItemBitmap, hMenuItemBitmap
could be i need to asign a tool bar with a menu ?
in order to get half-way descent looking menu bitmaps ure gonna have to do some owner-draw action
this thread talks a little about it http://www.asmcommunity.net/board/index.php?topic=2539&highlight=menu+bitmap
http://www.asmcommunity.net/board/index.php?topic=2985&highlight=owner+draw+menu
this thread talks a little about it http://www.asmcommunity.net/board/index.php?topic=2539&highlight=menu+bitmap
http://www.asmcommunity.net/board/index.php?topic=2985&highlight=owner+draw+menu