Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
QuestionEvents and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 17:34
mvaShao Voon Wong18-Jan-09 17:34 
AnswerRe: Events and delegates, recursive calling? Pin
CodingYoshi18-Jan-09 19:26
CodingYoshi18-Jan-09 19:26 
GeneralRe: Events and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 21:38
mvaShao Voon Wong18-Jan-09 21:38 
AnswerRe: Events and delegates, recursive calling? Pin
N a v a n e e t h18-Jan-09 20:32
N a v a n e e t h18-Jan-09 20:32 
GeneralRe: Events and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 21:42
mvaShao Voon Wong18-Jan-09 21:42 
AnswerRe: Events and delegates, recursive calling? [modified] Pin
Luc Pattyn18-Jan-09 21:28
sitebuilderLuc Pattyn18-Jan-09 21:28 
GeneralRe: Events and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 21:36
mvaShao Voon Wong18-Jan-09 21:36 
GeneralRe: Events and delegates, recursive calling? Pin
N a v a n e e t h18-Jan-09 21:48
N a v a n e e t h18-Jan-09 21:48 
Wong Shao Voon wrote:
DoTask is a asynchronous task, it spawn a thread to do its stuff and return immediately


That doesn't make any difference. You still can use a queue and execute the jobs from the queue. If the queue is empty consider all the job done. You can make this queue accessible to all the threads so that other threads can enqueue new tasks.


AnswerRe: Events and delegates, recursive calling? [modified] Pin
Luc Pattyn18-Jan-09 22:07
sitebuilderLuc Pattyn18-Jan-09 22:07 
GeneralRe: Events and delegates, recursive calling? Pin
N a v a n e e t h18-Jan-09 22:11
N a v a n e e t h18-Jan-09 22:11 
AnswerRe: Events and delegates, recursive calling? Pin
S. Senthil Kumar19-Jan-09 0:08
S. Senthil Kumar19-Jan-09 0:08 
QuestionCopy OLE objects from clipboard into RichTextBox Pin
mailtogj18-Jan-09 17:24
mailtogj18-Jan-09 17:24 
AnswerRe: Copy OLE objects from clipboard into RichTextBox Pin
Eddy Vluggen18-Jan-09 22:09
professionalEddy Vluggen18-Jan-09 22:09 
Questiondouble pointer and bool Pin
lawrenceinba18-Jan-09 17:10
lawrenceinba18-Jan-09 17:10 
AnswerRe: double pointer and bool Pin
N a v a n e e t h18-Jan-09 19:43
N a v a n e e t h18-Jan-09 19:43 
Questionhow to convert it to c# Pin
lawrenceinba18-Jan-09 17:08
lawrenceinba18-Jan-09 17:08 
AnswerRe: how to convert it to c# Pin
N a v a n e e t h18-Jan-09 19:42
N a v a n e e t h18-Jan-09 19:42 
Questiontrue becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 16:47
thrakazog18-Jan-09 16:47 
AnswerRe: true becomes false, then insanity becomes true. Pin
Mycroft Holmes18-Jan-09 16:56
professionalMycroft Holmes18-Jan-09 16:56 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 18:42
thrakazog18-Jan-09 18:42 
AnswerRe: true becomes false, then insanity becomes true. Pin
«_Superman_»18-Jan-09 16:59
professional«_Superman_»18-Jan-09 16:59 
AnswerRe: true becomes false, then insanity becomes true. Pin
_Maxxx_18-Jan-09 18:23
professional_Maxxx_18-Jan-09 18:23 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 18:49
thrakazog18-Jan-09 18:49 
GeneralRe: true becomes false, then insanity becomes true. Pin
_Maxxx_19-Jan-09 0:30
professional_Maxxx_19-Jan-09 0:30 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog19-Jan-09 6:45
thrakazog19-Jan-09 6:45 

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.