Geeks Talk

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.

Form Designer and Initialize Component

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 ...

Go Back   Geeks Talk > Software Development > C#
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 09-04-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 198 Times in 157 Posts
Geek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura about
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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-20-2007
Junior Member
 
Join Date: Jul 2006
Posts: 22
Thanks: 0
Thanked 3 Times in 3 Posts
shilpamasineni is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Software Development > C#

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 08:19 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved