Click here to Skip to main content
15,896,320 members
Home / Discussions / C#
   

C#

 
GeneralRe: A registry scrow up!! Pin
Muammar©20-May-07 1:37
Muammar©20-May-07 1:37 
GeneralRe: A registry scrow up!! Pin
Muammar©20-May-07 1:40
Muammar©20-May-07 1:40 
QuestionVisual Studion 2005 to 2003... Pin
jackptoke19-May-07 23:51
jackptoke19-May-07 23:51 
AnswerRe: Visual Studion 2005 to 2003... Pin
Christian Graus20-May-07 0:07
protectorChristian Graus20-May-07 0:07 
AnswerRe: Visual Studion 2005 to 2003... Pin
jackptoke20-May-07 0:11
jackptoke20-May-07 0:11 
GeneralRe: Visual Studion 2005 to 2003... Pin
Christian Graus20-May-07 0:18
protectorChristian Graus20-May-07 0:18 
GeneralRe: Visual Studion 2005 to 2003... Pin
Vikram A Punathambekar20-May-07 9:32
Vikram A Punathambekar20-May-07 9:32 
AnswerRe: Visual Studion 2005 to 2003... Pin
PandemoniumPasha20-May-07 0:15
PandemoniumPasha20-May-07 0:15 
hi,
in 2003, if you add a form to your project it will create two files: Form1.cs (in C#) and Form1.resx. and all you design time and other codes will be in the Form1.cs file.
but in 2005, it will create 3 files: Form1.cs, Form1.Designer.cs and Form1.resx. Form1.cs contains the code that you type such as event handlers and other functions, and Form1.Designer1.cs contains the auto generated design time code.
so, if you want to modify the design time code, open the Form1.Designer.cs file and make the changes.

hope this helps
ragards
Smile | :)
GeneralRe: Visual Studion 2005 to 2003... Pin
jackptoke20-May-07 0:19
jackptoke20-May-07 0:19 
GeneralRe: Visual Studion 2005 to 2003... Pin
Christian Graus20-May-07 0:28
protectorChristian Graus20-May-07 0:28 
GeneralRe: Visual Studion 2005 to 2003... Pin
Dave Kreskowiak20-May-07 5:09
mveDave Kreskowiak20-May-07 5:09 
Questionadding text over an image Pin
enamulhoque19-May-07 21:55
enamulhoque19-May-07 21:55 
AnswerRe: adding text over an image Pin
Giorgi Dalakishvili19-May-07 22:05
mentorGiorgi Dalakishvili19-May-07 22:05 
GeneralRe: adding text over an image Pin
enamulhoque19-May-07 23:56
enamulhoque19-May-07 23:56 
AnswerRe: adding text over an image Pin
Christian Graus19-May-07 23:42
protectorChristian Graus19-May-07 23:42 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:18
enamulhoque20-May-07 0:18 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:29
enamulhoque20-May-07 0:29 
GeneralRe: adding text over an image Pin
enamulhoque20-May-07 0:35
enamulhoque20-May-07 0:35 
QuestionUsing Class Pin
Alireza383919-May-07 21:13
Alireza383919-May-07 21:13 
AnswerRe: Using Class Pin
Christian Graus19-May-07 23:41
protectorChristian Graus19-May-07 23:41 
AnswerRe: Using Class Pin
Colin Angus Mackay19-May-07 23:41
Colin Angus Mackay19-May-07 23:41 
QuestionPass Controllers & Button Pin
Epsilone319-May-07 16:01
Epsilone319-May-07 16:01 
AnswerRe: Pass Controllers & Button Pin
Christian Graus19-May-07 17:11
protectorChristian Graus19-May-07 17:11 
GeneralRe: Pass Controllers & Button Pin
Epsilone320-May-07 1:33
Epsilone320-May-07 1:33 
QuestionProblem to Convert String To Char. Pin
hdv21219-May-07 13:01
hdv21219-May-07 13:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.