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
Delphi 'LIKE' DateTime filter
updating sql database structure while keeping existing structure intact
Firewall & Windows Security Center
Binding Select (Multiple)
In Sent Items, how can I tell if a message was sent with Read Receipt Requested
Calculated variable on server...
How and where can I save and load a segmented control with NSUserDefaults
I have a coolmax eSATA drive enclosure with a seagate SATA drive
In Perl, how do I check if a value already exist in the database
Bash Script to eliminate 2 lines from lots of pages