C# Winforms Transparent Control allowing Clickthrough

Posted by Erik Karlsson on Stack Overflow See other posts from Stack Overflow or by Erik Karlsson
Published on 2010-03-30T17:58:47Z Indexed on 2010/03/30 18:03 UTC
Read the original article Hit count: 1094

Filed under:
|
|
|
|

I have a problem, a bit related to: http://stackoverflow.com/questions/855826/c-winforms-transparent-control-allowing-clickthrough

Contrary to him i would like to capture mouseevents on my program, while still retaining a "window" to whats behind my program. color.transparent doesnt work, and transparencykey just delivers mouse events to whatever is underneath. Using a panel with transparent backcolor or with a backcolor equal to transparencykey does not give the desired effect.

Plz help me :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms