Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: "Insert into" with c# Pin
Butterfly_h25-Jan-07 2:41
Butterfly_h25-Jan-07 2:41 
GeneralRe: "Insert into" with c# Pin
Luc Pattyn25-Jan-07 2:58
sitebuilderLuc Pattyn25-Jan-07 2:58 
GeneralRe: "Insert into" with c# Pin
Butterfly_h25-Jan-07 14:56
Butterfly_h25-Jan-07 14:56 
AnswerRe: C#: Syntax error in INSERT INTO statement Pin
Butterfly_h29-Jan-07 6:40
Butterfly_h29-Jan-07 6:40 
Questionhow to set password on exe file ? Pin
hdv21224-Jan-07 11:17
hdv21224-Jan-07 11:17 
AnswerRe: how to set password on exe file ? Pin
Ed.Poore24-Jan-07 12:34
Ed.Poore24-Jan-07 12:34 
Questiondifference b/w readonly and const? Pin
Rahithi24-Jan-07 10:46
Rahithi24-Jan-07 10:46 
AnswerRe: difference b/w readonly and const? Pin
Stefan Troschuetz24-Jan-07 10:56
Stefan Troschuetz24-Jan-07 10:56 
Citing MSDN: "The readonly keyword is different from the const keyword. A const field can only be initialized at the declaration of the field. A readonly field can be initialized either at the declaration or in a constructor. Therefore, readonly fields can have different values depending on the constructor used. Also, while a const field is a compile-time constant, the readonly field can be used for runtime constants" (readonly (C# Reference)[^])


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

AnswerRe: difference b/w readonly and const? Pin
Christian Graus24-Jan-07 11:02
protectorChristian Graus24-Jan-07 11:02 
GeneralRe: difference b/w readonly and const? Pin
Josh Smith24-Jan-07 11:06
Josh Smith24-Jan-07 11:06 
AnswerRe: difference b/w readonly and const? Pin
Marcelo Calado24-Jan-07 11:31
Marcelo Calado24-Jan-07 11:31 
AnswerRe: difference b/w readonly and const? Pin
Rahithi24-Jan-07 14:05
Rahithi24-Jan-07 14:05 
QuestionC# PictureBox.MouseDown Pin
kselman24-Jan-07 10:25
kselman24-Jan-07 10:25 
AnswerRe: C# PictureBox.MouseDown Pin
Martin#24-Jan-07 10:31
Martin#24-Jan-07 10:31 
GeneralRe: C# PictureBox.MouseDown Pin
kselman24-Jan-07 11:29
kselman24-Jan-07 11:29 
AnswerRe: C# PictureBox.MouseDown Pin
Luc Pattyn24-Jan-07 15:20
sitebuilderLuc Pattyn24-Jan-07 15:20 
QuestionQuestion about form designer Pin
reutre24-Jan-07 10:19
reutre24-Jan-07 10:19 
AnswerRe: Question about form designer Pin
Ed.Poore24-Jan-07 12:40
Ed.Poore24-Jan-07 12:40 
QuestionSelectionStart error on custom TextBox... Pin
Lord Kixdemp24-Jan-07 10:04
Lord Kixdemp24-Jan-07 10:04 
AnswerRe: SelectionStart error on custom TextBox... Pin
Martin#24-Jan-07 10:20
Martin#24-Jan-07 10:20 
GeneralRe: SelectionStart error on custom TextBox... Pin
Lord Kixdemp24-Jan-07 11:58
Lord Kixdemp24-Jan-07 11:58 
GeneralRe: SelectionStart error on custom TextBox... Pin
Martin#24-Jan-07 19:42
Martin#24-Jan-07 19:42 
GeneralRe: SelectionStart error on custom TextBox... Pin
Lord Kixdemp27-Jan-07 16:41
Lord Kixdemp27-Jan-07 16:41 
QuestionChecking if a handler is sbuscribed to an event Pin
Dan Neely24-Jan-07 9:42
Dan Neely24-Jan-07 9:42 
AnswerRe: Checking if a handler is sbuscribed to an event Pin
Abisodun24-Jan-07 10:07
Abisodun24-Jan-07 10:07 

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.