Click here to Skip to main content
16,008,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling Tree Pin
half-life14-Aug-08 7:29
half-life14-Aug-08 7:29 
AnswerRe: Calling Tree Pin
leppie14-Aug-08 3:19
leppie14-Aug-08 3:19 
QuestionCustom event thread and form property updating? Pin
CelestialCoder14-Aug-08 2:03
CelestialCoder14-Aug-08 2:03 
AnswerRe: Custom event thread and form property updating? Pin
lisan_al_ghaib14-Aug-08 2:10
lisan_al_ghaib14-Aug-08 2:10 
GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 2:32
CelestialCoder14-Aug-08 2:32 
AnswerRe: Custom event thread and form property updating? Pin
Mark Churchill14-Aug-08 2:37
Mark Churchill14-Aug-08 2:37 
GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 3:03
CelestialCoder14-Aug-08 3:03 
GeneralRe: Custom event thread and form property updating? Pin
Mark Churchill14-Aug-08 3:24
Mark Churchill14-Aug-08 3:24 
Keep in mind that raising an event isn't generally asynchronous. So it doesnt really "throw", it just calls and returns like any other method (unless you use delegate.begininvoke - which grabs a thread from the pool).

Also using BeginInvoke (control/form.begininvoke) on the UI thread sticks a token for the delegate in the windows message loop. If the message loop isn't pumping for some reason (say its been blocked) then they can queue up. This probably won't happen with serial data rates, but its something to keep in mind if you are updating the UI on a push based model, or if you are doing some complex graphics.


GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 3:44
CelestialCoder14-Aug-08 3:44 
GeneralRe: Custom event thread and form property updating? Pin
Mark Churchill14-Aug-08 5:00
Mark Churchill14-Aug-08 5:00 
GeneralRe: Custom event thread and form property updating? Pin
CelestialCoder14-Aug-08 5:14
CelestialCoder14-Aug-08 5:14 
QuestionDetection of Pings Pin
zaphod00514-Aug-08 1:06
zaphod00514-Aug-08 1:06 
AnswerRe: Detection of Pings Pin
Thomas Stockwell14-Aug-08 1:57
professionalThomas Stockwell14-Aug-08 1:57 
AnswerRe: Detection of Pings Pin
Mbah Dhaim14-Aug-08 2:41
Mbah Dhaim14-Aug-08 2:41 
GeneralRe: Detection of Pings Pin
zaphod00514-Aug-08 9:07
zaphod00514-Aug-08 9:07 
QuestionWatiN.Core.Exceptions.IENotFoundException Pin
keijo_cyrpa14-Aug-08 0:55
keijo_cyrpa14-Aug-08 0:55 
AnswerRe: WatiN.Core.Exceptions.IENotFoundException Pin
Christian Graus14-Aug-08 1:01
protectorChristian Graus14-Aug-08 1:01 
GeneralRe: WatiN.Core.Exceptions.IENotFoundException Pin
Bernhard Hofmann11-Sep-09 2:04
Bernhard Hofmann11-Sep-09 2:04 
AnswerRe: WatiN.Core.Exceptions.IENotFoundException Pin
Manas Bhardwaj14-Aug-08 2:56
professionalManas Bhardwaj14-Aug-08 2:56 
GeneralRe: WatiN.Core.Exceptions.IENotFoundException Pin
Pete O'Hanlon14-Aug-08 3:25
mvePete O'Hanlon14-Aug-08 3:25 
QuestionWant to know capture the mailing information from a particular system Pin
gayatrilaxmi14-Aug-08 0:39
gayatrilaxmi14-Aug-08 0:39 
AnswerRe: Want to know capture the mailing information from a particular system Pin
vikas amin14-Aug-08 9:27
vikas amin14-Aug-08 9:27 
Questioncannot complie .cpp Pin
Mogaambo14-Aug-08 0:23
Mogaambo14-Aug-08 0:23 
AnswerRe: cannot complie .cpp Pin
Christian Graus14-Aug-08 1:02
protectorChristian Graus14-Aug-08 1:02 
AnswerRe: cannot complie .cpp Pin
Paul Conrad14-Aug-08 6:54
professionalPaul Conrad14-Aug-08 6:54 

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.