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
Can't install wifi printer MX870
No Networking Installed on Windows 2008 VM After Migrating From VMWARE Server to ESXi Server
Display logon message to new users at first logon.
Selecting Multiple Fields Using MAX
PHP Site
ASA 8.3 NAT Configuration
repair all system files in WIN7
builing a basic Advertise with Us Functionality!
Migrate from cPanel to Plesk
prstat vs top command