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

C#

 
QuestionMultiThreading Pin
indiaone5-Jan-07 0:29
indiaone5-Jan-07 0:29 
AnswerRe: MultiThreading Pin
ednrgc5-Jan-07 3:40
ednrgc5-Jan-07 3:40 
GeneralRe: MultiThreading Pin
indiaone7-Jan-07 21:14
indiaone7-Jan-07 21:14 
GeneralRe: MultiThreading [What i want] Pin
indiaone8-Jan-07 2:35
indiaone8-Jan-07 2:35 
AnswerRe: MultiThreading Pin
led mike5-Jan-07 5:10
led mike5-Jan-07 5:10 
GeneralRe: MultiThreading Pin
indiaone7-Jan-07 19:56
indiaone7-Jan-07 19:56 
GeneralRe: MultiThreading[What i want] Pin
indiaone8-Jan-07 2:35
indiaone8-Jan-07 2:35 
GeneralRe: MultiThreading Pin
led mike8-Jan-07 5:44
led mike8-Jan-07 5:44 
asif_aslam wrote:
string strMN = strMName[i].ToString();

Thread trdIncrementer = new Thread(new ThreadStart(strMN));


If you are trying to execute different operations in threads using configuration information (data) you are going about it all wrong. Implementing that does not require multiple thread methods.


led mike

QuestionTesting the type of data Pin
manustone5-Jan-07 0:20
manustone5-Jan-07 0:20 
AnswerRe: Testing the type of data Pin
Russell Jones5-Jan-07 0:26
Russell Jones5-Jan-07 0:26 
GeneralRe: Testing the type of data Pin
manustone5-Jan-07 0:43
manustone5-Jan-07 0:43 
GeneralRe: Testing the type of data Pin
User 66585-Jan-07 2:09
User 66585-Jan-07 2:09 
QuestionSystem.Windows.Forms.WebBrowser and I.E. System cache Pin
Cozumel995-Jan-07 0:19
Cozumel995-Jan-07 0:19 
AnswerRe: System.Windows.Forms.WebBrowser and I.E. System cache Pin
Steve Hansen5-Jan-07 2:11
Steve Hansen5-Jan-07 2:11 
GeneralRe: System.Windows.Forms.WebBrowser and I.E. System cache Pin
Cozumel995-Jan-07 17:24
Cozumel995-Jan-07 17:24 
Questionhow can i obtain memory and pin information of smart divice Pin
02122534-Jan-07 23:59
02122534-Jan-07 23:59 
Questionexecute exe file Pin
suveenmohan4-Jan-07 23:44
suveenmohan4-Jan-07 23:44 
AnswerRe: execute exe file Pin
slugonamission4-Jan-07 23:47
slugonamission4-Jan-07 23:47 
AnswerRe: execute exe file Pin
Christian Graus4-Jan-07 23:47
protectorChristian Graus4-Jan-07 23:47 
QuestionMotion Blur Effect in c# Pin
Black Mole4-Jan-07 23:05
Black Mole4-Jan-07 23:05 
AnswerRe: Motion Blur Effect in c# Pin
Pete O'Hanlon4-Jan-07 23:20
mvePete O'Hanlon4-Jan-07 23:20 
GeneralRe: Motion Blur Effect in c# Pin
Black Mole4-Jan-07 23:46
Black Mole4-Jan-07 23:46 
GeneralRe: Motion Blur Effect in c# Pin
Christian Graus4-Jan-07 23:49
protectorChristian Graus4-Jan-07 23:49 
AnswerRe: Motion Blur Effect in c# Pin
Stanciu Vlad5-Jan-07 1:19
Stanciu Vlad5-Jan-07 1:19 
QuestionXP Themes Pin
Russell Jones4-Jan-07 22:17
Russell Jones4-Jan-07 22:17 

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.