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

C#

 
QuestionHow to copy execuitable Pin
DarkSorrow3815-Sep-09 18:54
DarkSorrow3815-Sep-09 18:54 
AnswerRe: How to copy execuitable Pin
egenis15-Sep-09 19:19
egenis15-Sep-09 19:19 
Questioncode doubt Pin
anishkannan15-Sep-09 18:22
anishkannan15-Sep-09 18:22 
AnswerRe: code doubt Pin
Luc Pattyn15-Sep-09 18:25
sitebuilderLuc Pattyn15-Sep-09 18:25 
GeneralRe: code doubt Pin
dybs15-Sep-09 18:27
dybs15-Sep-09 18:27 
AnswerRe: code doubt Pin
dybs15-Sep-09 18:27
dybs15-Sep-09 18:27 
AnswerRe: code doubt Pin
CPallini15-Sep-09 21:34
mveCPallini15-Sep-09 21:34 
AnswerRe: code doubt Pin
rakesh_choudhury15-Sep-09 22:12
rakesh_choudhury15-Sep-09 22:12 
QuestionASP.NET Membership and WinForms Pin
Illegal Operation15-Sep-09 15:43
Illegal Operation15-Sep-09 15:43 
AnswerRe: ASP.NET Membership and WinForms Pin
N a v a n e e t h15-Sep-09 18:15
N a v a n e e t h15-Sep-09 18:15 
QuestionDatabase question with c#. Pin
JollyMansArt15-Sep-09 13:38
JollyMansArt15-Sep-09 13:38 
AnswerRe: Database question with c#. Pin
Not Active15-Sep-09 14:54
mentorNot Active15-Sep-09 14:54 
QuestionC# coding problem Pin
Jemami15-Sep-09 13:26
Jemami15-Sep-09 13:26 
QuestionRe: C# coding problem Pin
harold aptroot15-Sep-09 13:34
harold aptroot15-Sep-09 13:34 
AnswerRe: C# coding problem Pin
Jemami15-Sep-09 13:37
Jemami15-Sep-09 13:37 
GeneralRe: C# coding problem Pin
harold aptroot15-Sep-09 13:46
harold aptroot15-Sep-09 13:46 
GeneralRe: C# coding problem Pin
Jemami15-Sep-09 15:00
Jemami15-Sep-09 15:00 
GeneralRe: C# coding problem Pin
Jemami15-Sep-09 15:03
Jemami15-Sep-09 15:03 
GeneralRe: C# coding problem Pin
Luc Pattyn15-Sep-09 15:37
sitebuilderLuc Pattyn15-Sep-09 15:37 
QuestionThreads an Objects Pin
FJJCENTU15-Sep-09 12:27
FJJCENTU15-Sep-09 12:27 
I see in near every example using threads that the method to execute in the starting of the threads belong to a different class

example: ThreadStart TH = new ThreadStart(Animal1.CuentaAnimales);
Thread Thread1 = new Thread(TH);

And it suggest to me some questions, please tell me if i´m correct or not.

1) Every Thread must include it´s own data an methods so it creates an object for keeping all the code isolates in it´s own space.

2) One Tread cann´t use methods or data created in other Threads.

3) How can I Share one object like a List or Dictionary between different threads.

Best Regards
AnswerRe: Threads an Objects Pin
Christian Graus15-Sep-09 12:36
protectorChristian Graus15-Sep-09 12:36 
GeneralRe: Threads an Objects Pin
FJJCENTU15-Sep-09 12:55
FJJCENTU15-Sep-09 12:55 
GeneralRe: Threads an Objects Pin
Christian Graus15-Sep-09 14:02
protectorChristian Graus15-Sep-09 14:02 
AnswerRe: Threads an Objects Pin
N a v a n e e t h15-Sep-09 16:48
N a v a n e e t h15-Sep-09 16:48 
AnswerRe: Threads an Objects Pin
carlecomm21-Sep-09 21:42
carlecomm21-Sep-09 21:42 

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.