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??