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
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
Solaris 10 zone fails to start up
How do I update my tables in mysql to include new data?
PING Wait Vista 64?
centOS VPS setup - FTP access?
A problem with your network router or broadband modem might be preventing an internet connection.
a tool to Trace route a packet over SMTP
Windows Small Business Server 2008 Console Updates
Red5 Losing quality when converted to FLV
Files scp'ed from Unix servers to Win XP (running WinSSHD V5 ) could not be deleted on the PC