Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
QuestionServer Error : same “type” in two different DLLs Pin
tedhill1319-Feb-07 12:41
tedhill1319-Feb-07 12:41 
AnswerRe: Server Error : same “type” in two different DLLs Pin
mike montagne19-Feb-07 14:02
mike montagne19-Feb-07 14:02 
QuestionAdding to multi dimension array Pin
digsy_19-Feb-07 9:46
digsy_19-Feb-07 9:46 
AnswerRe: Adding to multi dimension array Pin
Leslie Sanford19-Feb-07 10:11
Leslie Sanford19-Feb-07 10:11 
AnswerRe: Adding to multi dimension array Pin
Christian Graus19-Feb-07 10:16
protectorChristian Graus19-Feb-07 10:16 
GeneralRe: Adding to multi dimension array Pin
Leslie Sanford19-Feb-07 10:24
Leslie Sanford19-Feb-07 10:24 
GeneralRe: Adding to multi dimension array Pin
Christian Graus19-Feb-07 10:43
protectorChristian Graus19-Feb-07 10:43 
AnswerRe: Adding to multi dimension array Pin
Aaron VanWieren19-Feb-07 17:32
Aaron VanWieren19-Feb-07 17:32 
Are you sure he was not asking how to initialize the size of the array and then fill it in with information? Because that would just require setting the size for each dimention [5,5] for a 5x5. Then to add to the filled out dimensions you would just use array[0,0]= or array[0,1]=. If you use a multidimensional array I have found it really helps to map it out on paper first. Of course you could always just use a dictionary.

_____________________________________________________________________

Our developers never release
code. Rather, it tends to escape, pillaging the countryside all around.

The Enlightenment Project (paraphrased comment)

Visit Me at GISDevCafe

QuestionTeam Foundation Server Pin
mihksoft19-Feb-07 6:19
mihksoft19-Feb-07 6:19 
AnswerRe: Team Foundation Server Pin
Christian Graus19-Feb-07 8:55
protectorChristian Graus19-Feb-07 8:55 
QuestionInterface Properties Pin
santhony719-Feb-07 6:08
santhony719-Feb-07 6:08 
AnswerRe: Interface Properties Pin
Leslie Sanford19-Feb-07 6:27
Leslie Sanford19-Feb-07 6:27 
GeneralRe: Interface Properties Pin
santhony719-Feb-07 8:58
santhony719-Feb-07 8:58 
GeneralRe: Interface Properties Pin
mike montagne19-Feb-07 14:09
mike montagne19-Feb-07 14:09 
QuestionBusiness Object Properties in Random Order Pin
Thomas Wells19-Feb-07 5:47
Thomas Wells19-Feb-07 5:47 
AnswerRe: Business Object Properties in Random Order Pin
tgrt19-Feb-07 13:12
tgrt19-Feb-07 13:12 
GeneralRe: Business Object Properties in Random Order Pin
Thomas Wells20-Feb-07 8:12
Thomas Wells20-Feb-07 8:12 
GeneralRe: Business Object Properties in Random Order Pin
tgrt20-Feb-07 9:37
tgrt20-Feb-07 9:37 
QuestionInteraction Pin
ugrasamam19-Feb-07 5:24
ugrasamam19-Feb-07 5:24 
AnswerRe: Interaction Pin
sharpiesharpie19-Feb-07 6:08
sharpiesharpie19-Feb-07 6:08 
AnswerRe: Interaction Pin
NanaAM19-Feb-07 19:53
NanaAM19-Feb-07 19:53 
AnswerRe: Interaction Pin
ugrasamam20-Feb-07 20:03
ugrasamam20-Feb-07 20:03 
QuestionNeed Help with Strange TextBox.Leave behavior Pin
Rabbit1719-Feb-07 5:05
Rabbit1719-Feb-07 5:05 
AnswerRe: Need Help with Strange TextBox.Leave behavior Pin
sharpiesharpie19-Feb-07 5:15
sharpiesharpie19-Feb-07 5:15 
GeneralRe: Need Help with Strange TextBox.Leave behavior Pin
Rabbit1719-Feb-07 6:23
Rabbit1719-Feb-07 6:23 

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.