Hi friends,in this post i would like to explain about Form in C#.Net.
* Form works like a container,in which we can place any number of controls.
* Form is a class,which must be inherited from Form class.
* Every form will be associated with 3 files:
1)form1.cs(contains design & logic)
2)form1.Designer.cs(contails only declarations)
3)form1.Resx(contains Globalization information)
Properties of Form:
1)Name
2)Back Color
3)Fore Color
4)Font
5)BackGroundImage
6)BackGroundImageLayout
7)FormBorderStyle
8)Opacity
.
.
.
.
Thank You...
* Form works like a container,in which we can place any number of controls.
* Form is a class,which must be inherited from Form class.
* Every form will be associated with 3 files:
1)form1.cs(contains design & logic)
2)form1.Designer.cs(contails only declarations)
3)form1.Resx(contains Globalization information)
Properties of Form:
1)Name
2)Back Color
3)Fore Color
4)Font
5)BackGroundImage
6)BackGroundImageLayout
7)FormBorderStyle
8)Opacity
.
.
.
.
Thank You...