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
SSAS 2008 MDX All Member Before Current Member
Any help regarding video scene change detection using C#
What is the Best Digital Camera, that is tiny, takes video and takes great pictures?
Check to see if a table has a certain value, MS Access 2003
SAP books for implementing ERP package
Post image file [Binary Data] using HttpWebRequest fails.
HP PROCURVE 2520 VLAN tagging, for VOIP
Computer doesnt power on...
simple math programming question
Problem with MYSQL_QUERY AN UNION ALL