I have an ImageList with some images, all of them are png with transparency and the transparency is working correctly. The images are somekind of square with a little outline in a transparent background. On the main form, I have a picturebox that will take one of the images in the listbox. The image it will take will be different acording to some arguments, but that doesn't really matter I think.
To apply the pictures I do something like this:
frmMain.pic1Enabled.Image = frmMain.imgLabels.Images.Item(0)
The problem is that the image does not have the correct colors I designed in the first place. The outline is somewhat blue where it should be gray. The rectangle background is also a little blueish...
To apply the pictures I do something like this:
frmMain.pic1Enabled.Image = frmMain.imgLabels.Images.Item(0)
The problem is that the image does not have the correct colors I designed in the first place. The outline is somewhat blue where it should be gray. The rectangle background is also a little blueish...