Posts by Beatriz Neves Porto • 13 points
1 post
-
1
votes1
answer194
viewsQ: Click windows transparent form C#
I have a transparent windows form for drawing on other screens. For transparency, I used the following code: BackColor = Color.Red; TransparencyKey = Color.Red; It worked for a while, but now it…