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
How to make simple PHP IF function for the following simple scenario ?
Outlook/Exchange Issue with Emails not showing
nView Desktop Manager Disable's on startup ?
access list on core switch for restricted guest access
Preparing email output in PHP script
Tools to test IOPS for SAN
mx lookup and ping of same site give different ip, cant reach internal subdomain.
How to generate PDF open with new window ?
How do I pass multiple listbox selections in a query string?
SCCM Task Sequence Runas