Search Results

0
votes

Click through transparency for Visual C# Window Forms?

If what you want is a hole through your window, set the TransparancyKey on your main form to some color (I chose Blue) and set the BackColor of the panel you want to click through to the same color …