I'm trying to create a form which contains a PictureBox containing a PNG with a transparent background. So far, I've gotten pretty close by setting the BackColor and TransparencyKey to the same color, which isn't one present in the PNG. However, there does seem to be a fuzzy outline around the PNG which takes on the color used for the background and transparency. I did try with a PNG I got off the internet, to make sure it wasn't just my images, but the result was the same.
Is there any type of image processing I can do, or adjustments that can be made to the PictureBox, to mitigate this effect?