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
Coookie not storing information
Netbios Windows 2008 R2 HYPER-V not pingable
Disable windows updates system tray icon - WSUS
click on login
Javascript and Mozilla
Terminal server 2008 R2 Pinned Taskbar Links
IE version confusion.
How do I generate CSV files in Oracle ?
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
Password Recovery Cisco ASA 5520 Firewall