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
Number of records when appending query via VBA
Database Driven Website
Building a Where Clause based on Check Box
What is differnce between machine.config and web.config?
Buckling calculation using Tetmajers formula
seo and non-pages
Formview - System.NullReference Exception when using findcontrol
How do i stop computer from crashing with code Ox0000001A
Email Being Blocked
RDP using SBS 2003