Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
AnswerRe: Event order sequence... [modified] Pin
Mircea Puiu21-Jan-07 23:17
Mircea Puiu21-Jan-07 23:17 
GeneralRe: Event order sequence... Pin
e-laj21-Jan-07 23:41
e-laj21-Jan-07 23:41 
GeneralRe: Event order sequence... Pin
Mircea Puiu22-Jan-07 4:07
Mircea Puiu22-Jan-07 4:07 
QuestionServer/Service Enumeration in C# Pin
Wolfram Steinke21-Jan-07 15:21
Wolfram Steinke21-Jan-07 15:21 
AnswerRe: Server/Service Enumeration in C# Pin
Mircea Puiu21-Jan-07 23:04
Mircea Puiu21-Jan-07 23:04 
QuestionHave a question, it is a little difficult. Pin
CanadaProgrammer21-Jan-07 14:37
CanadaProgrammer21-Jan-07 14:37 
AnswerRe: Have a question, it is a little difficult. Pin
Christian Graus21-Jan-07 14:52
protectorChristian Graus21-Jan-07 14:52 
AnswerRe: Have a question, it is a little difficult. Pin
Seishin#21-Jan-07 20:46
Seishin#21-Jan-07 20:46 
You can write the code by yourself.. declare objects and initialize them in InitializeComponent() (run the method in constructor) if you want them to be available at design time or in OnLoad event if you want them to be created at runtime.
vs designer uses *.designer.cs files (and keyword 'partial') to separate it's code from yours. so the file isn't needed.

life is study!!!

GeneralRe: Have a question, it is a little difficult. Pin
Christian Graus21-Jan-07 21:39
protectorChristian Graus21-Jan-07 21:39 
GeneralRe: Have a question, it is a little difficult. Pin
Seishin#21-Jan-07 22:31
Seishin#21-Jan-07 22:31 
AnswerRe: Have a question, it is a little difficult. Pin
David Domingues22-Jan-07 4:35
David Domingues22-Jan-07 4:35 
QuestionIs Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 14:36
Jeffrey Scott Flesher21-Jan-07 14:36 
AnswerRe: Is Code running in Windows App or Web Pin
Christian Graus21-Jan-07 14:53
protectorChristian Graus21-Jan-07 14:53 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 19:22
Jeffrey Scott Flesher21-Jan-07 19:22 
GeneralRe: Is Code running in Windows App or Web Pin
H. Neville III21-Jan-07 22:24
H. Neville III21-Jan-07 22:24 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher22-Jan-07 7:13
Jeffrey Scott Flesher22-Jan-07 7:13 
AnswerRe: Is Code running in Windows App or Web Pin
Guffa21-Jan-07 19:19
Guffa21-Jan-07 19:19 
GeneralRe: Is Code running in Windows App or Web Pin
Jeffrey Scott Flesher21-Jan-07 19:33
Jeffrey Scott Flesher21-Jan-07 19:33 
AnswerRe: Is Code running in Windows App or Web Pin
Guffa21-Jan-07 22:07
Guffa21-Jan-07 22:07 
AnswerRe: Is Code running in Windows App or Web [modified] Pin
Abisodun22-Jan-07 2:18
Abisodun22-Jan-07 2:18 
Questionprotect database Pin
ahujap21-Jan-07 13:15
ahujap21-Jan-07 13:15 
AnswerRe: protect database Pin
Christian Graus21-Jan-07 13:29
protectorChristian Graus21-Jan-07 13:29 
GeneralRe: protect database Pin
ahujap21-Jan-07 13:34
ahujap21-Jan-07 13:34 
GeneralRe: protect database Pin
Christian Graus21-Jan-07 14:15
protectorChristian Graus21-Jan-07 14:15 
GeneralRe: protect database Pin
ahujap21-Jan-07 14:27
ahujap21-Jan-07 14:27 

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.