i'm testing my menu class. but seems that something isn't right, so i must ask: a MF_POPUP menu can have an image?
i'm gettig problems even when i change the caption :(
Although I don't know the specifics, I do know there is an excellent article / chapter on menus (Which includes how to add custom images) by Charles Petzold.
please correct me more that let me confused.
i know the HMENU it's a menu handle. when we add a menu item we use the popup menu handle for it. until here i seems to understand. but if we add an image to menu item, we must use the menu popup handle with it's position or ID. but for the popup we must use it's handle and it's ID.
please corrrect these that it's make me a little confused :(