CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Why is that when I use basic GetMenu and SetMenuItemBitmaps, my menu pictures come out really ugly l

    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


  2. #2
    Join Date
    Jun 1999
    Location
    virginia
    Posts
    16

    Re: Why is that when I use basic GetMenu and SetMenuItemBitmaps, my menu pictures come out really ug

    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 ;-)



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured