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
Outlook 2007 signatures
Wanted: A web cam. Budget? Limited.
What is the best GUI for MySQLfor Windows and why?
Active Directory & DNS
DOS Batch Turnkey system for Win95
Better helpdesk software
Windows Server 2008 R2 Default Domain Policy - Password Policy
winning in negogiating
SSL Weak Cipher Suites Supported
HMail Server on dedicated web server with in-house Exchange 2003