I have a transparent windows form for drawing on other screens. For transparency, I've used the following code:
BackColor = Color.Red;
TransparencyKey = Color.Red;
It worked for a while, but now it does not recognize clicks on the screen, i...
asked by
29.05.2017 / 18:38