Click here to Skip to main content
15,914,323 members
Home / Discussions / C#
   

C#

 
AnswerRe: CheckListBox Pin
Rudolf Jan25-Mar-07 10:33
Rudolf Jan25-Mar-07 10:33 
AnswerRe: CheckListBox Pin
Keshav V. Kamat25-Mar-07 17:12
Keshav V. Kamat25-Mar-07 17:12 
Questiondata communication Pin
s_khan_87624-Mar-07 8:21
s_khan_87624-Mar-07 8:21 
AnswerRe: data communication Pin
Christian Graus24-Mar-07 8:30
protectorChristian Graus24-Mar-07 8:30 
GeneralRe: data communication Pin
Leslie Sanford24-Mar-07 10:24
Leslie Sanford24-Mar-07 10:24 
GeneralRe: data communication Pin
Dave Kreskowiak24-Mar-07 11:26
mveDave Kreskowiak24-Mar-07 11:26 
QuestionUnderstanding Control.BeginInvoke()... Pin
Shy Agam24-Mar-07 8:18
Shy Agam24-Mar-07 8:18 
AnswerRe: Understanding Control.BeginInvoke()... Pin
Guffa24-Mar-07 9:26
Guffa24-Mar-07 9:26 
shyagam wrote:
I always thought that asynchronous execution means executing an operation on a new thread. Is that true?
If so, how could an operation be executed "asynchronously on the thread that the control's underlying handle was created on"?


No, that's not true. Asynchronous execution only means that the method starting the execution doesn't wait for the execution to end. If the execution is done on the same computer, a different thread has to be used for the execution, but it doesn't have to be a newly created thread.

shyagam wrote:
And one more... Should I use Control.EndInvoke() even if I've no need for the returned value?


No. The EndInvoke only waits for the execution to finish and gets the return value from it.

---
single minded; short sighted; long gone;

GeneralRe: Understanding Control.BeginInvoke()... Pin
Shy Agam24-Mar-07 9:42
Shy Agam24-Mar-07 9:42 
AnswerRe: Understanding Control.BeginInvoke()... Pin
Leslie Sanford24-Mar-07 10:21
Leslie Sanford24-Mar-07 10:21 
Questiondata communication Pin
s_khan_87624-Mar-07 7:22
s_khan_87624-Mar-07 7:22 
AnswerRe: data communication Pin
Christian Graus24-Mar-07 7:27
protectorChristian Graus24-Mar-07 7:27 
QuestionAnyone know of a good book? Pin
max2929724-Mar-07 7:11
max2929724-Mar-07 7:11 
AnswerRe: Anyone know of a good book? Pin
Christian Graus24-Mar-07 7:28
protectorChristian Graus24-Mar-07 7:28 
AnswerRe: Anyone know of a good book? Pin
Keshav V. Kamat25-Mar-07 17:14
Keshav V. Kamat25-Mar-07 17:14 
Questiondata exchange Pin
s_khan_87624-Mar-07 6:39
s_khan_87624-Mar-07 6:39 
AnswerRe: data exchange Pin
Christian Graus24-Mar-07 6:50
protectorChristian Graus24-Mar-07 6:50 
Questiontextbox autocomplete return character keypress problem Pin
Karl 200024-Mar-07 6:10
Karl 200024-Mar-07 6:10 
AnswerRe: textbox autocomplete return character keypress problem Pin
Mudsoad24-Mar-07 9:01
Mudsoad24-Mar-07 9:01 
GeneralRe: textbox autocomplete return character keypress problem Pin
Karl 200024-Mar-07 11:32
Karl 200024-Mar-07 11:32 
AnswerRe: textbox autocomplete return character keypress problem Pin
Karl 200024-Mar-07 19:16
Karl 200024-Mar-07 19:16 
QuestionHow to invoke cmd.exe through a winform and get the output on the the GUI Pin
pashitech24-Mar-07 5:16
pashitech24-Mar-07 5:16 
AnswerRe: How to invoke cmd.exe through a winform and get the output on the the GUI Pin
Stefan Troschuetz24-Mar-07 5:43
Stefan Troschuetz24-Mar-07 5:43 
AnswerRe: How to invoke cmd.exe through a winform and get the output on the the GUI Pin
Jimmanuel24-Mar-07 6:21
Jimmanuel24-Mar-07 6:21 
QuestionSoftware Updating Pin
freshonlineMax24-Mar-07 5:00
freshonlineMax24-Mar-07 5:00 

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.