IonicWind Software

Creative Basic => GUI Programs => Topic started by: rossjade on September 01, 2008, 05:29:33 AM

Title: Menu Icons.
Post by: rossjade on September 01, 2008, 05:29:33 AM
Hi all...

My question is ...

Is it possible to display icons within a menu list ?

I would appreciate any help on this subject.
Title: Re: Menu Icons.
Post by: sapero on September 01, 2008, 06:51:37 AM
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