Hey I'm a beginning programmer and I have to do a big school project. The problem I'm having is I have a picture of a roadsign, now the file itself is a png and it is transparent (I checked in photoshop). Now when I put this image in my panel it has a white background. While it's transparent in photoshop. I don't want the white background because I think it's ugly and also a little bit sloppy. The image is loaded in the right window where you can see all your properties. I tried:
panel.Backcolor = Color.Transparent ; // 1
panel.Backcolor = Color.getFromArgb(0,0,0,0); // 2
EDIT1:
I work with winforms.
EDIT2:
this.startPanel1.BackgroundImage = global::DragnDrop.Properties.Resources.BeladenToestanf;