Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
QuestionEquivalent of a break Pin
donkaiser1-Jun-06 4:42
donkaiser1-Jun-06 4:42 
AnswerRe: Equivalent of a break Pin
stancrm1-Jun-06 4:49
stancrm1-Jun-06 4:49 
AnswerRe: Equivalent of a break Pin
Stephan Samuel1-Jun-06 6:26
Stephan Samuel1-Jun-06 6:26 
AnswerRe: Equivalent of a break Pin
leppie1-Jun-06 12:37
leppie1-Jun-06 12:37 
QuestionCombobox autocompletion Pin
PaulaM1-Jun-06 4:38
PaulaM1-Jun-06 4:38 
AnswerRe: Combobox autocompletion Pin
Dustin Metzgar1-Jun-06 7:04
Dustin Metzgar1-Jun-06 7:04 
AnswerRe: Combobox autocompletion Pin
ekynox1-Jun-06 15:43
ekynox1-Jun-06 15:43 
QuestionCasting help Pin
eric_tran1-Jun-06 3:42
eric_tran1-Jun-06 3:42 
Hi everyone,

I need to cast object "param" passed from method parameter to an array of integer(space is an array)
Is there any way of doing it?

Please help, if you have time.

Thank so much

Thread compact = new Thread(new ParameterizedThreadStart(Program.AccessData));
                Console.WriteLine("Thread compact starting...");
                compact.Start(space);

public static void AccessData(object param)


eric
AnswerRe: Casting help Pin
Guffa1-Jun-06 3:47
Guffa1-Jun-06 3:47 
GeneralRe: Casting help Pin
eric_tran1-Jun-06 3:55
eric_tran1-Jun-06 3:55 
QuestionStartup app Pin
Phoen251-Jun-06 3:38
Phoen251-Jun-06 3:38 
AnswerRe: Startup app Pin
stancrm1-Jun-06 4:46
stancrm1-Jun-06 4:46 
GeneralRe: Startup app Pin
Phoen251-Jun-06 6:22
Phoen251-Jun-06 6:22 
GeneralRe: Startup app Pin
NaNg152411-Jun-06 11:25
NaNg152411-Jun-06 11:25 
Questioncontrols in datagridview [modified] Pin
kjosh1-Jun-06 3:09
kjosh1-Jun-06 3:09 
AnswerRe: controls in datagridview [modified] Pin
Drew McGhie1-Jun-06 4:17
Drew McGhie1-Jun-06 4:17 
Questionmailing excel file from C# windows application Pin
aakar1-Jun-06 2:44
aakar1-Jun-06 2:44 
AnswerRe: mailing excel file from C# windows application Pin
Stephan Samuel1-Jun-06 6:34
Stephan Samuel1-Jun-06 6:34 
QuestionNewbie Datagrid question. Pin
grumb1e1-Jun-06 2:34
grumb1e1-Jun-06 2:34 
AnswerRe: Newbie Datagrid question. Pin
Larantz1-Jun-06 9:34
Larantz1-Jun-06 9:34 
Questionexcel namespace ??? Pin
cmpeng341-Jun-06 1:55
cmpeng341-Jun-06 1:55 
AnswerRe: excel namespace ??? Pin
NaNg152411-Jun-06 3:26
NaNg152411-Jun-06 3:26 
QuestionFile.Open method for large files Pin
nemopeti1-Jun-06 1:36
nemopeti1-Jun-06 1:36 
AnswerRe: File.Open method for large files Pin
Guffa1-Jun-06 1:54
Guffa1-Jun-06 1:54 
GeneralRe: File.Open method for large files [modified] Pin
nemopeti1-Jun-06 4:28
nemopeti1-Jun-06 4:28 

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.