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
windows XP - Multimedia Audio Controller missing - drivers?
creating image using coldfusion
SWFAddress and .htaccess?
DFS on Windows Server 2003
Validate month and year fields based on current date
With regards to correlated subqueries does anybody know what the logical query processing order?
How to store user pictures in Active Directory (2008 R2 forest functional level)
Lotus Notes 8.5
Use .NET or SSIS to download Exhange email and process attachments
Create linked server from MS Sql to oracle server