Click here to Skip to main content
15,904,153 members
Home / Discussions / C#
   

C#

 
AnswerRe: Split string on size. Pin
Vikram A Punathambekar20-May-07 9:27
Vikram A Punathambekar20-May-07 9:27 
QuestionPass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 4:51
Epsilone320-May-07 4:51 
AnswerRe: Pass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 6:17
Epsilone320-May-07 6:17 
GeneralRe: Pass Controls and Buttons without (Object sender event ) Pin
Rob Graham20-May-07 6:46
Rob Graham20-May-07 6:46 
GeneralRe: Pass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 6:58
Epsilone320-May-07 6:58 
QuestionHow to fire text changed event for combobox Pin
Rahul8320-May-07 3:55
Rahul8320-May-07 3:55 
AnswerRe: How to fire text changed event for combobox Pin
Dave Kreskowiak20-May-07 5:15
mveDave Kreskowiak20-May-07 5:15 
QuestionProgram stuck by regex Pin
sharpiesharpie20-May-07 3:14
sharpiesharpie20-May-07 3:14 
QuestionConstructing an avi file from multiple image frames Pin
enamulhoque20-May-07 2:34
enamulhoque20-May-07 2:34 
QuestionSolution with multi projects talk to each other how? Pin
Darkman_nofear20-May-07 1:21
Darkman_nofear20-May-07 1:21 
AnswerRe: Solution with multi projects talk to each other how? Pin
Arun.Immanuel20-May-07 3:16
Arun.Immanuel20-May-07 3:16 
AnswerRe: Solution with multi projects talk to each other how? Pin
Arun.Immanuel20-May-07 3:24
Arun.Immanuel20-May-07 3:24 
QuestionA registry scrow up!! Pin
Muammar©20-May-07 1:07
Muammar©20-May-07 1:07 
AnswerRe: A registry scrow up!! Pin
Luc Pattyn20-May-07 1:26
sitebuilderLuc Pattyn20-May-07 1:26 
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 

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.