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
Excel VBA Bloomberg function
Reverse DNS Centos 5, Bind. shared hosting
Select an element Jquery.
Creation of RAID device fails
Unix Shell script or Perl script to merge two csv text files based on a common key column
WRVS4000 Router in front of Cisco ASA
Why is my border not wrapping around all of my content in firefox??
SCCM OSD deployment to Hyper-v R2
How can I get an email to release its hold on an attachment after sending?
How can I display this without line breaks