PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on October 12, 2005, 12:46:05 PM

Title: SetMenuItemBitmaps
Post by: Anonymous on October 12, 2005, 12:46:05 PM
I try to insert a icon in the Menu with this code:
   hIcon = LoadImage(hWndMain,"Bitmap_Exit",%IMAGE_bitmap,16,16, %LR_DEFAULTSIZE Or %LR_LOADMAP3DCOLORS)
SetMenuItemBitmaps HWND_FORM1_TOPMENU, IDC_FORM1_MNUSCHLIESSEN, %MF_BYCOMMAND, hIcon, 0  

I get the Icon, but it looks not beautiful. The color of the icon isn't bright
What's wrong??


Thanks


Rudolf Fürstauer