Monday, July 18, 2016

Creating Transparent Forms C#

       Hi in this post I am going to show how to create a transparent forms in c#.First create a c# windows application project and then that change background color of the form as show in the image.



Then change the windows form Transparency Key color to the same color.




Now insert the PictureBox to the windows form and dock it to the entire container and select then select the image with transparent background.




Hit F5 you see a windows form with transparent background.

Output:





Download Source code from here.

Click here for my previous blog.





No comments:

Post a Comment