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
VLAN 2 on 3Com 5500 with fiber SFP causes problems on default VLAN 1
how can i edit this excell ?
Start applications from command promt
How do I put integers into a string?
Portable Air Conditioner Question.
How to Protect a Client connection to remote SQL Server Database
Login control design and Programming
fiddling nose habit
converting an Exchange/SQL server machine to VM using sysinternals tool
There is a problem communicating with the CRM server. The server might be unavailable. Try again later