I want to ask you why my picturebox in C# isn't transparent.
I created a png file with Photoshop (transparent background) but if I place the picturebox over a PROGRESSBAR the picturebox overrides the progressbar and i cannot see the loading of the progressbar. (the "transparent" background from the picturebox is colored Control (like WindowsForm).
How can I implement a picture to a progressbar?
greetings