AndyK
October 16th, 1999, 09:13 PM
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
Thank You
|
Click to See Complete Forum and Search --> : Why is that when I use basic GetMenu and SetMenuItemBitmaps, my menu pictures come out really ugly l AndyK October 16th, 1999, 09:13 PM 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 wayne October 17th, 1999, 08:07 AM 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 ;-) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |