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

C#

 
QuestionSerial Communication Pin
cocoonwls25-Jan-07 23:02
cocoonwls25-Jan-07 23:02 
QuestionBackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:27
aread2225-Jan-07 22:27 
AnswerRe: BackgroundWorker: Recover from Error Pin
Stefan Troschuetz25-Jan-07 22:32
Stefan Troschuetz25-Jan-07 22:32 
GeneralRe: BackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:35
aread2225-Jan-07 22:35 
GeneralRe: BackgroundWorker: Recover from Error Pin
Stefan Troschuetz25-Jan-07 22:40
Stefan Troschuetz25-Jan-07 22:40 
GeneralRe: BackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:42
aread2225-Jan-07 22:42 
QuestionHow to write information to file descritpion Pin
jiangwm_shy200525-Jan-07 22:01
jiangwm_shy200525-Jan-07 22:01 
QuestionThread and how to stop Pin
gigo2k625-Jan-07 22:00
gigo2k625-Jan-07 22:00 
hi i have a small question.

how is it posible to abort an thread, inside the thread.

so what does i whant

<br />
while(true)<br />
{<br />
Thread thread = new Thread(new ThreadStart(myclass.functioninmyclass));<br />
thread.start();<br />
}<br />


<br />
public void functioninmyclass()<br />
{<br />
   //SOME CODE EXECUTION<br />
   /* ON THIS POSITION I WANT TO ABORT THE THREAD*/<br />
}<br />
<br />

AnswerRe: Thread and how to stop Pin
Martin#25-Jan-07 22:08
Martin#25-Jan-07 22:08 
AnswerRe: Thread and how to stop Pin
cocoonwls25-Jan-07 22:30
cocoonwls25-Jan-07 22:30 
AnswerRe: Thread and how to stop Pin
Luc Pattyn25-Jan-07 23:58
sitebuilderLuc Pattyn25-Jan-07 23:58 
QuestionC#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 21:48
AlexB4725-Jan-07 21:48 
AnswerRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 21:56
Stefan Troschuetz25-Jan-07 21:56 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:06
AlexB4725-Jan-07 22:06 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:12
Stefan Troschuetz25-Jan-07 22:12 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:24
AlexB4725-Jan-07 22:24 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:28
Stefan Troschuetz25-Jan-07 22:28 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:30
AlexB4725-Jan-07 22:30 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:35
Stefan Troschuetz25-Jan-07 22:35 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:40
AlexB4725-Jan-07 22:40 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:50
Stefan Troschuetz25-Jan-07 22:50 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
abalbo28-Jan-07 1:19
abalbo28-Jan-07 1:19 
AnswerRe: C#, Timer and GetTickCount on Compact Framework Pin
Luc Pattyn26-Jan-07 0:16
sitebuilderLuc Pattyn26-Jan-07 0:16 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
abalbo26-Jan-07 23:29
abalbo26-Jan-07 23:29 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Luc Pattyn27-Jan-07 1:43
sitebuilderLuc Pattyn27-Jan-07 1:43 

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.