I am attempting to remove a white background from my pictureboxes in my C# Form as can be seen here.
I have already tried to use BackColor = Color.Transparent;
, however, this did not work.
Is there another way to go about this? Perhaps a function which would allow me to remove the white color?
Any help appreciated. Thanks!