SetMenuItemBitmaps

Started by Anonymous, October 12, 2005, 12:46:05 PM

Previous topic - Next topic

Anonymous

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