Hi all...
My question is ...
Is it possible to display icons within a menu list ?
I would appreciate any help on this subject.
Sure, there is SetMenuItemBitmaps for this. See in attachment for example with two images.
SetMenuItemBitmaps(hMenu, 0, 0x400, g_hBitmap1, g_hBitmap1) :' first item - Open
SetMenuItemBitmaps(hMenu, 1, 0x400, g_hBitmap2, g_hBitmap2) :' second item - Save