Click here to Skip to main content
16,007,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simplest Question Regarding Deployment Pin
Christian Graus13-Feb-08 23:09
protectorChristian Graus13-Feb-08 23:09 
GeneralRe: Simplest Question Regarding Deployment Pin
sindhutiwari13-Feb-08 23:15
sindhutiwari13-Feb-08 23:15 
GeneralRe: Simplest Question Regarding Deployment Pin
Christian Graus13-Feb-08 23:50
protectorChristian Graus13-Feb-08 23:50 
QuestionSimplest Question Regarding Deployment Pin
sindhutiwari13-Feb-08 23:01
sindhutiwari13-Feb-08 23:01 
GeneralExcel chart in c# Pin
JeremH13-Feb-08 22:57
JeremH13-Feb-08 22:57 
QuestionIs there a way to develop FOREACH loop results with Threading? Pin
pubududilena13-Feb-08 22:48
pubududilena13-Feb-08 22:48 
AnswerRe: Is there a way to develop FOREACH loop results with Threading? Pin
Christian Graus13-Feb-08 23:16
protectorChristian Graus13-Feb-08 23:16 
AnswerRe: Is there a way to develop FOREACH loop results with Threading? Pin
Vikram A Punathambekar13-Feb-08 23:21
Vikram A Punathambekar13-Feb-08 23:21 
A couple of observations:
1. If you return a value from a method you call in a different thread, your calling method might be long gone by the time your called method completes execution. You will have to rethink your design.
2. If there are many items in your collection, you might end up spawning a huge number of threads. This is not a very good idea.

Cheers,
Vikram.

"The weak can never forgive. Forgiveness is the attribute of the strong." - Mahatma Gandhi.

GeneralNoSuitableGraphicsDeviceException was unhandled Pin
NarVish13-Feb-08 22:47
NarVish13-Feb-08 22:47 
GeneralRe: NoSuitableGraphicsDeviceException was unhandled Pin
Christian Graus13-Feb-08 23:18
protectorChristian Graus13-Feb-08 23:18 
GeneralRe: NoSuitableGraphicsDeviceException was unhandled Pin
NarVish14-Feb-08 0:13
NarVish14-Feb-08 0:13 
GeneralRe: NoSuitableGraphicsDeviceException was unhandled Pin
Christian Graus14-Feb-08 0:20
protectorChristian Graus14-Feb-08 0:20 
GeneralASCII code problem [modified] Pin
Jamman13-Feb-08 22:44
Jamman13-Feb-08 22:44 
GeneralRe: ASCII code problem Pin
Christian Graus13-Feb-08 23:23
protectorChristian Graus13-Feb-08 23:23 
GeneralRe: ASCII code problem Pin
Jamman14-Feb-08 0:09
Jamman14-Feb-08 0:09 
GeneralRe: ASCII code problem Pin
J a a n s14-Feb-08 4:56
professionalJ a a n s14-Feb-08 4:56 
GeneralWindows Media Player and Multi Threaded Applications Pin
jimmy2shoes13-Feb-08 22:43
jimmy2shoes13-Feb-08 22:43 
GeneralCheck Header in Excel Pin
drawmylyfe13-Feb-08 22:32
drawmylyfe13-Feb-08 22:32 
GeneralRe: Check Header in Excel Pin
JeremH13-Feb-08 23:10
JeremH13-Feb-08 23:10 
GeneralRe: Check Header in Excel Pin
drawmylyfe13-Feb-08 23:18
drawmylyfe13-Feb-08 23:18 
GeneralRe: Check Header in Excel Pin
ag4667714-Feb-08 0:02
ag4667714-Feb-08 0:02 
QuestionHow Do I correct Thread Program? Pin
pubududilena13-Feb-08 22:29
pubududilena13-Feb-08 22:29 
AnswerRe: How Do I correct Thread Program? Pin
Harvey Saayman13-Feb-08 22:45
Harvey Saayman13-Feb-08 22:45 
GeneralCall WebBrowser Pin
jason_mf13-Feb-08 20:59
jason_mf13-Feb-08 20:59 
GeneralRe: Call WebBrowser Pin
Christian Graus13-Feb-08 21:09
protectorChristian Graus13-Feb-08 21:09 

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.