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
Offline address book cannot be downloaded after moving mailbox to exchange 2010
Terminal Server client side CD/DVD writing
I recieved an email from someone: how can i see from server who sent it?
java get utc date/time
Cannot get dos to recognise 'nmake' variable
Jquery Easy Slider Show Next Slide
VirtualInfrastructure.Util
s.HttpWebR
equestProx
y' threw an exception.
Quartz Job Scheduler ShutdownHookPlugin
Best way to swap out SBS servers
Select DISTINCT Question