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
Should I use HTTPWebRequest or TCP sockets to retrieve XML from HTTPS link
How to setup two virtual subnets with vmware workstation 6.5
Reading values from UDL-file (textfile)
How to create a Despatch Roster Summary
RIS - CAN WIN 2003 STANDARD & XP BE IMAGED INTO SAME FOLDER
How to create Point using ArcGIS?
Jquery dropdowns
access 2003: subreport not hiding controls
Server Recommendation (File Server & Terminal Server)
asp.net size