Results 1 to 2 of 2

Thread: Form Designer and Initialize Component

  1. #1
    Geek_Guest
    Guest

    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.


  2. #2
    Junior Member
    Join Date
    Jul 2006
    Answers
    22

    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
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact