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
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 ?
sendAndLoad onHTTPStatus issue
Any ideas how to create your own loadbalancer using linux?
Cisco ASA Logging Connections Increase
Shell script to queue commands
average value of a function
BootExecute in Startup - Windows XP