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
sql update keeps stopping serivces
I am trying to load windows xp on a hp g71-340us laptop. The factory installed OS is windows 7 Home Premium. When the set-up disk is loading i get a Stop 0x0000007b BSOD.
how to install certificate in SBS 2008
Import Contacts / Calendar Items Outlook POP PST to OWA
Scheduled Task Not Getting Scheduled Through Group Policy
How can I record two DV (firewire) inputs simultanously to a PC or Mac?
Calculating a CRC-16
Custom facebook share image-button
Limit number of chars in a multiple textarea form