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
Reading command line arguments in VB.Net
Need SBS 2008 R2 Premium Media
Accessing an FTP server internally that is on a different subnet.
How to read the data from MQRFH2 messages using MQ connector stage
SBS 2008: reverting from smart host/pop3 connector to exchange hosted email (DNS)?
How to archive IMAP mail in outlook?
Gridview Update not saving. Fields stay in edit mode.
Avast home edition
How to open .BMP file with Internet Explorer in Windows XP OS.
Having a problem json encoding a string with quotes