How to make a transparent overlay control overlapping another control in C# WinForms .NET 8?
I’m trying to make a transparent overlay that will stack on top of another control. It should have an opacity and text in the middle. I’m in the middle of a .NET Framework to .NET 8 upgrade and all the overlays stopped working.