Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read SWF WITH C# Pin
Calla3-Nov-09 1:36
Calla3-Nov-09 1:36 
GeneralRe: Read SWF WITH C# Pin
zahidhussain3-Nov-09 1:40
zahidhussain3-Nov-09 1:40 
GeneralRe: Read SWF WITH C# Pin
Pete O'Hanlon3-Nov-09 2:05
mvePete O'Hanlon3-Nov-09 2:05 
QuestionWhat is the equivalant to constant string array in C#? Pin
CelestialCoder3-Nov-09 0:32
CelestialCoder3-Nov-09 0:32 
AnswerRe: What is the equivalant to constant string array in C#? Pin
Luc Pattyn3-Nov-09 0:51
sitebuilderLuc Pattyn3-Nov-09 0:51 
AnswerRe: What is the equivalant to constant string array in C#? Pin
OriginalGriff3-Nov-09 0:57
mveOriginalGriff3-Nov-09 0:57 
GeneralRe: What is the equivalant to constant string array in C#? Pin
CelestialCoder3-Nov-09 1:35
CelestialCoder3-Nov-09 1:35 
GeneralRe: What is the equivalant to constant string array in C#? Pin
OriginalGriff3-Nov-09 1:47
mveOriginalGriff3-Nov-09 1:47 
Depends on your compiler. For Visual Studio, it will always be a RAM string, because it won't let you prefix it with "const" because it is a reference type and it (understandably) won't let you initialize const reference types other than string. Despite it being an array of strings. Grrr.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

GeneralRe: What is the equivalant to constant string array in C#? Pin
Luc Pattyn3-Nov-09 1:49
sitebuilderLuc Pattyn3-Nov-09 1:49 
GeneralRe: What is the equivalant to constant string array in C#? Pin
CelestialCoder3-Nov-09 20:30
CelestialCoder3-Nov-09 20:30 
AnswerRe: What is the equivalant to constant string array in C#? Pin
Hristo-Bojilov3-Nov-09 1:19
Hristo-Bojilov3-Nov-09 1:19 
QuestionDataGridBoolColumn disable CheckBox Pin
kantoz3-Nov-09 0:08
kantoz3-Nov-09 0:08 
AnswerRe: DataGridBoolColumn disable CheckBox Pin
dan!sh 3-Nov-09 1:30
professional dan!sh 3-Nov-09 1:30 
QuestionVisual Studio 2008 cannot detect error Pin
Aftab Sindhi2-Nov-09 23:23
Aftab Sindhi2-Nov-09 23:23 
AnswerRe: Visual Studio 2008 cannot detect error Pin
freakyit2-Nov-09 23:35
freakyit2-Nov-09 23:35 
GeneralRe: Visual Studio 2008 cannot detect error Pin
Aftab Sindhi2-Nov-09 23:45
Aftab Sindhi2-Nov-09 23:45 
AnswerRe: Visual Studio 2008 cannot detect error Pin
Luc Pattyn3-Nov-09 0:56
sitebuilderLuc Pattyn3-Nov-09 0:56 
GeneralRe: Visual Studio 2008 cannot detect error Pin
Aftab Sindhi3-Nov-09 1:13
Aftab Sindhi3-Nov-09 1:13 
AnswerRe: Visual Studio 2008 cannot detect error Pin
Aftab Sindhi11-Nov-09 4:44
Aftab Sindhi11-Nov-09 4:44 
Questionhow to change instalation screen Pin
sudhir behera2-Nov-09 22:57
sudhir behera2-Nov-09 22:57 
AnswerRe: how to change instalation screen Pin
The Man from U.N.C.L.E.3-Nov-09 0:05
The Man from U.N.C.L.E.3-Nov-09 0:05 
Question"The table could not found" and " the report need more information" Pin
haleemasher2-Nov-09 22:29
haleemasher2-Nov-09 22:29 
AnswerRe: "The table could not found" and " the report need more information" Pin
Christian Graus2-Nov-09 22:37
protectorChristian Graus2-Nov-09 22:37 
GeneralRe: "The table could not found" and " the report need more information" Pin
haleemasher2-Nov-09 22:47
haleemasher2-Nov-09 22:47 
Questionthank a lot. a problem about the muti-thread Pin
scoket2-Nov-09 20:13
scoket2-Nov-09 20:13 

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.