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
Need help building a regex
In Perl, how do I check if a value already exist in the database
Critera Help for query in access if a field is null then ignore crireria
how to delete partial contents of a cell?
How do i download my dreamweaver site to a different computer than the one I uploaded it on?
i want my phone number should accept ( ) -/ \ and number characters
Terminal Services lock down question
Forward meeting requests to another mailbox
In Sent Items, how can I tell if a message was sent with Read Receipt Requested
Parse autosys jil file using Unix tools