Click here to Skip to main content
15,891,316 members
Home / Discussions / C#
   

C#

 
AnswerRe: An object reference is required for the nonstatic... Pin
Luc Pattyn19-Mar-09 12:27
sitebuilderLuc Pattyn19-Mar-09 12:27 
GeneralRe: An object reference is required for the nonstatic... Pin
abbd19-Mar-09 22:41
abbd19-Mar-09 22:41 
GeneralRe: An object reference is required for the nonstatic... Pin
Mirko198019-Mar-09 23:24
Mirko198019-Mar-09 23:24 
GeneralRe: An object reference is required for the nonstatic... Pin
abbd19-Mar-09 23:31
abbd19-Mar-09 23:31 
GeneralRe: An object reference is required for the nonstatic... Pin
Mirko198020-Mar-09 5:20
Mirko198020-Mar-09 5:20 
QuestionHow can i arrange arrays like delphi array[1].array[2] [modified] Pin
gluttonous19-Mar-09 11:24
gluttonous19-Mar-09 11:24 
AnswerRe: How can i arrange arrays like delphi array[1].array[2] Pin
Christian Graus19-Mar-09 12:51
protectorChristian Graus19-Mar-09 12:51 
GeneralRe: How can i arrange arrays like delphi array[1].array[2] Pin
gluttonous19-Mar-09 22:22
gluttonous19-Mar-09 22:22 
it is not enough for me.

i can write some code but now i have another problem.

the code is;

public struct MY_ TYPE1
{
public int A;
public int B;

}


public struct MY_ TYPE2
{
public int X;
public int Y;

public MY_ TYPE1[] array2;
}

MY_ TYPE2[] array1= new MY_ TYPE2[800];

public MY_ TYPE2[] GetData
{
get
{
return array1;
}
}

public void MTMETHOD()
{
array1[0].array2[0].A=0;

}



how can i describe array[2]'s dimensions?
MY_ TYPE1[] array2= new MY_ TYPE1[80]; i think i shoul write this code .where can i write this code ?
GeneralRe: How can i arrange arrays like delphi array[1].array[2] Pin
King Julien20-Mar-09 5:20
King Julien20-Mar-09 5:20 
QuestionReplacing method/logic in class and runtime. Pin
Member 232448319-Mar-09 9:44
Member 232448319-Mar-09 9:44 
AnswerRe: Replacing method/logic in class and runtime. Pin
Anthony Mushrow19-Mar-09 9:56
professionalAnthony Mushrow19-Mar-09 9:56 
GeneralRe: Replacing method/logic in class and runtime. Pin
Member 232448319-Mar-09 10:23
Member 232448319-Mar-09 10:23 
GeneralRe: Replacing method/logic in class and runtime. Pin
Anthony Mushrow19-Mar-09 13:40
professionalAnthony Mushrow19-Mar-09 13:40 
AnswerRe: Replacing method/logic in class and runtime. Pin
Giorgi Dalakishvili19-Mar-09 9:57
mentorGiorgi Dalakishvili19-Mar-09 9:57 
QuestionSendInput from the Windows API Pin
Steven Bostock19-Mar-09 9:43
Steven Bostock19-Mar-09 9:43 
AnswerRe: SendInput from the Windows API Pin
Luc Pattyn19-Mar-09 12:37
sitebuilderLuc Pattyn19-Mar-09 12:37 
GeneralRe: SendInput from the Windows API [modified] Pin
Steven Bostock19-Mar-09 13:34
Steven Bostock19-Mar-09 13:34 
QuestionHow do I call a real refresh of desktop icons? Pin
bbranded19-Mar-09 8:50
bbranded19-Mar-09 8:50 
AnswerRe: How do I call a real refresh of desktop icons? Pin
Alan N19-Mar-09 12:24
Alan N19-Mar-09 12:24 
GeneralRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded19-Mar-09 15:56
bbranded19-Mar-09 15:56 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:33
bbranded20-Mar-09 3:33 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:49
bbranded20-Mar-09 3:49 
AnswerRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded20-Mar-09 4:40
bbranded20-Mar-09 4:40 
QuestionWriting a basic virus scanner Pin
deviao19-Mar-09 8:37
deviao19-Mar-09 8:37 
AnswerRe: Writing a basic virus scanner Pin
Christian Graus19-Mar-09 10:43
protectorChristian Graus19-Mar-09 10:43 

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.