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
How do I add buttons on a PDF form to add/remove rows of data?
Error string in catch block?
Install Ruby Gems through a Firewall?
Outlook 2007 can not open network saved Archive file
Active Directory DNS records issue
Rate my system
OCE 9400 plotter doesn't start
how to add decimal place in formula in seagate crystal report
Windows XP and Microsoft Outlook and Windows Installer problems
VB6 to VS2010 - Training Advice ?