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
Screen resolution changed - Fedora 13
how to install and configure new GPFS cluster in AIX LPAR Workload environement?
Remove exchange connection in Outlook
Auto Send Excel as Email Attachment
How to add scriptaculous to Wordpress Site?
Add Property to asp.net user control to make reusable
Cannot Create a Fax Account in Windows 7
SBS 2008 Small Business Server Internet Activity
Block Logme internally
When I ping 192.168.1.4 I get reply from 192.168.1.127