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
Regular expression and dash in JavaScript
gss_acquire_cred failed unspecified gss failure : Apache
Free/Busy Information not available to Outlook 2007 users Exch2007 in coexistense with Exch2003
Can't Remote Desktop to Forefront TMG Server
Cisco 851 Router locking up
Php 500 internal server error received on website but not using xampp at home
URGENT: Solaris virtual printer lpd printing setup
hp dv9500 won't power up
SQL SSL error
Upgrade ESX 4.0U1 to 4.1