C# Winforms Transparent Control allowing Clickthrough
- by Erik Karlsson
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 :)