Why is that when I use basic GetMenu and SetMenuItemBitmaps, my menu pictures come out really ugly looking ......bmp files it self are normal, but when i add it they get ugly....?
Thank You
Printable View
Why is that when I use basic GetMenu and SetMenuItemBitmaps, my menu pictures come out really ugly looking ......bmp files it self are normal, but when i add it they get ugly....?
Thank You
I don't know what GetMenu and SetMenuItemBitmaps are but I would imagine it is due to the size of the bitmap. Some controls images are 32x32 or 16x16 or something along this order. To put a large bitmap into a small area it adds a pixel then skips several and adds another pixel. This trully makes an ugly picture ;-)