Sunday, December 5, 2010

Click Through Forms in C#

To make a Click Through Form
use the code below

{
......
this.TransparencyKey = this.BackColor;
....
}

To make a Panel transparent use the code below
{
......
this.TransparencyKey = this.panel1.BackColor;
......
}

No comments:

Post a Comment