Sunday 30 September 2012

How to Make a Transparent form with Visible Controls

Download Source Code # 19

Here You Know how to create a form with visible control but transparent background.
To do so, You just write the following code under Form_Load event for Windows Forms.


Me.BackColor = Nothing
TransparencyKey = BackColor

Now Run Your Program.

Only Controls are displayed on the form but form is transparent.

Output Window





No comments:

Post a Comment