C# Winforms Transparent Control allowing Clickthrough

Posted by Daniel Jennings on Stack Overflow See other posts from Stack Overflow or by Daniel Jennings
Published on 2009-05-13T02:46:47Z Indexed on 2010/06/15 9:02 UTC
Read the original article Hit count: 334

Filed under:
|
|
|

I have a Winforms control that starts off completely transparent, but then lines are drawn on it for stuff. I want mouse events to completely ignore the control and instead go to the stuff (buttons and all that junk) below.

Is there any way to do this? P/Invoking stuff would be fine, by the way.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms