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
Custom Search Page and Impersonation
Routing Issues
My CPU is running at 48C to 51C
System Config utility opens at login everytime
Problem with host only networking with VMware workstation 7.1
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Expression Blend - Bind Visibility to item in Combo Box.
Repair exchange database on difference server ?
The 5000n printer will only print to the manual feed tray
IIS - Host header Value basic question