✅ Overlaying a Semi-Transparent Panel on an Animated GIF in C# WinForms
Hi, I've been trying for days how to add a semi-transparent panel above a picture box that contains a gif in c#. I do know how to do that with a picture that is not moving, but I want to do that with a running gif. Could somebody please help me?
3 Replies
u can just set opacity between
0.0
and 1.0
0-100%
no.. its only for the form but i need the transparency effect for the panel. only panel
then set it only for the panel
and set the panel zindex above the gifs