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
fully uninstall Acrobat 8.2.2
Default User/Password for Panasonic DP-C405 Web Interface
navigation buttons wrapping funny
Sorting to Excel workbook to different sheets
Http dynamic Compression not work if We using text/html
FTP not working on Windows Server 2008 IIS 7
Changing color of a shape
How can I set up a VPN link between a OpenVPN (opensource) router and a Cisco WRVS4400N v2?
jQuery Get TD values with only TR id
Save Publishign site as template in SharePoint 2010