May 04, 2024, 11:08:05 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Menu Icons.

Started by rossjade, September 01, 2008, 05:29:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rossjade

Hi all...

My question is ...

Is it possible to display icons within a menu list ?

I would appreciate any help on this subject.

sapero

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