I want to use the forma png as it is anti-aliased. I have printed a transparent anti-aliased PNG file on a PictureBox. However as the PictureBox isnt transparent the image will not be transparent on the form.
I could print it on the form directly, but then I cant use the properties on the PictureBox so I can move it with the mouse.
I have included the file here. Have a look and see what im trying to do. Press the color buttons and look what I mean with with the picturebox layer is blocking the image.
Anyone know how to use the GDI and print PNG files, that would be better. I've seen a quite messy applikation doing so.