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
Do my speed connection meddles with my online game results in PS3?
Name of Antivirus software compiled
Vbs/HTA to send email (Html) based on excel sheet
Group Policy applied to Terminal Server is stopping Shortcuts placed in Public Desktop from appearing
Adding iSCSI store to existing ESXi 4.0 system?
screenprint32 does not work on windows 7 what is a replacement ?
PPT Taskkill Command VBS MsgBox
How can I update Microsoft SQL Server Native Client. Give error each time I try.
dell powervault ejection issues
Multi Homed Windows 2008 Server