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
Get World Cup ticket in reasonable price
SQL sub query help needed
Passing a structure from VBA in Excel to a C DLL
Javascript form validation problems
Exchange SCR between versions
excel vba script needed
Exchange Store Restore
Burning apps all say no cd in drive
ASP.Net Drop Shadow Effect
How deploy a website shortcut to 200 users desktop