I have a System.Windows.Forms.Button with a BackgroundImage property set to an image (a PNG).
How can I get the transparency to work? Right now, it shows a white block. I'd like it if the white was instead transparent (and took the parent control's colour).
How can I get the transparency to work? Right now, it shows a white block. I'd like it if the white was instead transparent (and took the parent control's colour).