Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Form Designer and Initialize Component within the C# forums, part of the Software Development category; 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 ...
|
|||||||
|
|||
|
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. |
| Sponsored Links |
|
|||
|
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. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| test script can be changed to scripted component???? | varshitha | QTP | 2 | 01-10-2008 07:52 PM |
| Pass the control from a swing component to a servlet | Geek_Guest | Java | 0 | 06-09-2007 01:35 PM |
| I want to use the same variable in another scripted component | Geek_Guest | QTP | 1 | 05-23-2007 05:34 AM |
| CSS Tab Designer | psuresh1982 | HTML & CSS | 4 | 01-31-2007 12:38 AM |
| Page Designer | Lokesh M | HTML & CSS | 0 | 06-26-2006 07:33 AM |