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 latest file in the directory in unix
Changing number of NSPI connections on Windows 2008 Global Catalogs
GridView update is not grabbing the new data when Updating
cisco softphone registration
Installing Exchange 2003 Enterprise, what switches do I need to use with dcdiag?
syslink Router
New mail user not showing up in GAL.
Safari beach ball when I open it
can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache
CSS issue with hidden menu drop downs