-
Form Designer and Initialize Component
Hi,
I'm novice to the programming, but i know a little bit of it.
I just want to know the detailed description of the following :
1.Form1.cs
2.Form1.Designer.cs
3.The Initialize Component()
Please help me,i will be very thank full to,
Thanks & Regard,
Mansoor Ali.
-
Junior Member
Re: Form Designer and Initialize Component
Hi,
1.Form1.cs
2.Form1.Designer.cs
3.The Initialize Component()
Here Form1.cs is nothing but Code file.
Form1.Designer.cs is an designer
Initialize Component() is the method which will be called first before the form is loaded,so that all the initializations will be made.
Essentially, Form1.Designer.cs contains all of the code about the form that is automatically generated for you when you drag components to the form from the toolbox. Form1.cs is where you write your code related to the form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules