skip to main
|
skip to sidebar
C# Tutorial
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (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
No comments:
Post a Comment