transparency in windows forms C#

Posted by user257412 on Stack Overflow See other posts from Stack Overflow or by user257412
Published on 2010-04-07T09:00:30Z Indexed on 2010/04/07 9:03 UTC
Read the original article Hit count: 278

Filed under:
|

if the transparentkey property is used to make the top level form transparent,it works , but it also makes the main form click-throughable. I want the opposite of this, that the form becomes transparent, but is still able to recieve clicks. can this be done ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about transparency