skip to main
|
skip to sidebar
C# Tutorial
Showing posts with label
Make Click through Windows Forms in C#
.
Show all posts
Showing posts with label
Make Click through Windows Forms in C#
.
Show all posts
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;
......
}
Older Posts
Home
Subscribe to:
Posts (Atom)
Facebook Badge
Rakin Ramakrishnan
Create Your Badge
Followers
Blog Archive
▼
2010
(4)
▼
December
(3)
Throttle Socket In C#
Capture Screen in C#
Click Through Forms in C#
►
March
(1)
About Me
Rakin
View my complete profile