Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
QuestionExcel Tables Pin
twsted f830-Dec-08 2:58
twsted f830-Dec-08 2:58 
AnswerRe: Excel Tables Pin
EricGoodchild30-Dec-08 15:07
EricGoodchild30-Dec-08 15:07 
QuestionObject reference not set to an instance of an object? Pin
dec8230-Dec-08 1:53
dec8230-Dec-08 1:53 
AnswerRe: Object reference not set to an instance of an object? [modified] Pin
Xmen Real 30-Dec-08 1:59
professional Xmen Real 30-Dec-08 1:59 
GeneralRe: Object reference not set to an instance of an object? Pin
dec8230-Dec-08 2:11
dec8230-Dec-08 2:11 
GeneralRe: Object reference not set to an instance of an object? Pin
Xmen Real 30-Dec-08 2:20
professional Xmen Real 30-Dec-08 2:20 
GeneralRe: Object reference not set to an instance of an object? Pin
dec8230-Dec-08 2:36
dec8230-Dec-08 2:36 
GeneralRe: Object reference not set to an instance of an object? Pin
Xmen Real 30-Dec-08 2:40
professional Xmen Real 30-Dec-08 2:40 
public class Command
{
public int Number; 
public int[] Types= new int[30] ; 
}


Command[] tmp_cmd = new Command[30];
for(int a=0;a<tmp_cmd.Length;a++)
{
tmp_cmd[a] = new Command();
for (int b=0;b<tmp_cmd[a].Length;b++)
   tmp_cmd[a].Types[b] = 123;
}


TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: Object reference not set to an instance of an object? Pin
Member 428013630-Dec-08 2:03
Member 428013630-Dec-08 2:03 
AnswerRe: Object reference not set to an instance of an object? Pin
Brij30-Dec-08 2:04
mentorBrij30-Dec-08 2:04 
AnswerRe: Object reference not set to an instance of an object? Pin
Member 428013630-Dec-08 2:09
Member 428013630-Dec-08 2:09 
Questionhow can i import another projects/language .exe file into my project to run in C# Pin
D V kirankumar30-Dec-08 1:48
D V kirankumar30-Dec-08 1:48 
AnswerRe: how can i import another projects/language .exe file into my project to run in C# Pin
Christian Graus30-Dec-08 4:26
protectorChristian Graus30-Dec-08 4:26 
GeneralRe: how can i import another projects/language .exe file into my project to run in C# Pin
D V kirankumar30-Dec-08 23:00
D V kirankumar30-Dec-08 23:00 
QuestionSubclassing Help Pin
JimWWhite30-Dec-08 1:22
JimWWhite30-Dec-08 1:22 
AnswerRe: Subclassing Help Pin
Brij30-Dec-08 2:14
mentorBrij30-Dec-08 2:14 
GeneralRe: Subclassing Help Pin
JimWWhite31-Dec-08 1:24
JimWWhite31-Dec-08 1:24 
QuestionThread marshalling problem Pin
Member 428013630-Dec-08 0:47
Member 428013630-Dec-08 0:47 
AnswerRe: Thread marshalling problem Pin
Natza Mitzi30-Dec-08 4:33
Natza Mitzi30-Dec-08 4:33 
GeneralRe: Thread marshalling problem Pin
Member 428013630-Dec-08 5:14
Member 428013630-Dec-08 5:14 
QuestionResource file issue Pin
George_George30-Dec-08 0:24
George_George30-Dec-08 0:24 
AnswerRe: Resource file issue Pin
Natza Mitzi30-Dec-08 5:02
Natza Mitzi30-Dec-08 5:02 
GeneralRe: Resource file issue Pin
George_George30-Dec-08 18:09
George_George30-Dec-08 18:09 
QuestionPrint Reports Pin
zeeShan anSari30-Dec-08 0:09
zeeShan anSari30-Dec-08 0:09 
AnswerRe: Print Reports Pin
Paddy Boyd30-Dec-08 0:44
Paddy Boyd30-Dec-08 0:44 

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.