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
Create chart that ignores zero values
SAS or SATA
I can't find the audio driver for a Satellite P30
Remove Columns from CSV file, save results to new file
Left Join with top
SBS 2008 has very slow file access and other problems after migration from sbs 2003
How many amps can a 25V 470uF capacitor hold before it explodes?
iPhone - playing youtube / video / audio of a youtube
Sharepoint 3.0 permissions resetting
Cisco ASA NAT Issue