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
Sysprep failed to set computername
Assigning values to a range of cells in Excel with VBA
Computer boots only so often
Syntax error (missing operator) in query expression
builing a basic Advertise with Us Functionality!
Migrate from cPanel to Plesk
prstat vs top command
Where does RHEL5 get update & packages from?
AutoCAD 2010 crashing on Windows 7
My Windows 7 Professional bootup is very slow