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

C#

 
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 
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 
shyagam wrote:
Executes a delegate asynchronously on the thread that the control's underlying handle was created on.


Just means that if you call BeginInvoke on a different thread than the one that the control is running on, the control will marshal the delegate invocation to its own thread and invoke it there.

Think of the Control as having a message queue somewhere. When you call BeginInvoke on a different thread than the one that the control is running on, the Control puts your deletate on its queue and eventually invokes it from its own thread.
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 
AnswerRe: Software Updating Pin
Christian Graus24-Mar-07 5:48
protectorChristian Graus24-Mar-07 5:48 
QuestionBug? Pin
Ranger4924-Mar-07 4:28
Ranger4924-Mar-07 4:28 

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.