How to make Informal Form






2.47/5 (8 votes)
Jul 31, 2005
3 min read

41905

1047
How to make Informal Form Using C#
Introduction
Suppose you create your own program, I’m sure many of you programmed to make money, or to take more practice in programming or to make programs perform some task we need it in own life whatever the goal of programming, we always interest in the appearance of our program not only to impress your girlfriends or boyfriend, is to create something cool in the same time doesn’t decrease the performance of program.
I’ll suppose there you’re like me …. when I see the program for the first time I’ll immediately search on the animation and special effects in it, also when I learn on a new program I don’t believe in ( Learn step by step ) what I do ……….Jump to the interest part of the program and always this part be a special effects part.
So in this article we’ll limelight on How to create a form but not in the customary form.
The Idea In the form property we found a transparent property and transparencyKey property, the first property take a percentage as a value of alpha to determine the value of visibility of the form , in this article we’ll use the second property by selecting any color as a transparencyKey then we will use any graphics editor program like photo shop to create background image ………notice here the space in the picture (the area that you want to make it transparent) should be the same color that you was select it in the transparencyKey. First step: Prepare the picture I’ll use photo shop in this example but you can use any software-> graphics editor if you are sure it can help you to do the following: Why GIF? Because this extinction Files is the best in perform transparency. Now, the Image is completely ready. Second step: Setting the form property After prepare the Image, start new project or open an old project, then: In this example I use the form as a login screen, that’s it all, Run it and enjoy.