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
OCS 2007 R2 and Cisco call manager
google site comparison tool
Hacking the Error with Custom error message
how to re-assign a class member in c++ (override its value by pointer)
Secondary namespace in WSDL
Are Mac's easier to support than PC's? Why or why not?
Unable to Search Empty Folders
Apple Mail - Find local Exchange email after changing accounts?
How to raise 2 GB mailbox limit in Exchange 2007?
Setup a wenpage in Windows Server 2008