Microsoft
Software
Hardware
Network
Question : Transparent Form (Only) in C#
I was just wondering how to make a form transparent (as in through 0% Opacity) but having all the controls showing up as usual (without becoming transparent too).. Thus showing only the controls without the back of the form... Thanks!
Answer : Transparent Form (Only) in C#
To not to make controls transparent but only the form, use TransparencyKey property like:
public Form2()
{
InitializeComponent();
//this.Opacity = 0.5;
this.TransparencyKey = BackColor;
}
Random Solutions
run time error: you entered an expression that has no value
Thunderbird EMail
Attrubute 'width' is considered outdated. A newer construct is recommended
can't change password through OWA 2010
How to convert non ansi outer join =* to ansi outer join
How do I avoid double quotation marks by using comma in Acrobat Acrobat v.9.x
extended ACL question
Can I use a sql query file (.sql) with bcp.exe?
Controlling Exchange 2010 port usage + some mythbusting
GPO to ensure no users are able to bypass the Proxy when browsing the Internet (IE:7 and IE:8)