ImageList for buttons

  • I'm trying to apply a new imagelist for buttons but in the test app, as well as in my implementation of the OCX, only the first button is displaying an image (the 7th image in the png). The rest of the buttons have no image.

    All of the images are displaying in the right frame of the ExitLayout XML editor. The images default setting is set to the proper imagelist. The appropriate image number is assigned to each button.

    The PNG file is an 8-bit non-interlaced file produced with Photoshop.

    If it matters, I have only imported 16x16 versions of the imagelist, since that is all that will be used.

    Any ideas what might be wrong?

  • Okay, that worked. I just replaced the default images in the exported png with my graphics and re-loaded it. My png was 16X16*# images, but there was obviously something it didn't like.

    Thank you for the help!