Connecting Tech Pros Worldwide Forums | Help | Site Map

Proper Way to Update UI from Asynchronous Delegate

Michael C
Guest
 
Posts: n/a
#1: Nov 16 '05
How do I update controls on my UI thread from the Asyncronous Delegate? I
understand it's not safe to just try to update it directly from the
asynchronous thread, but I need to figure out how to update it somehow.
Specifically I need to increment a ProgressBar and update text in a Label.

Thanks,
Michael C.



Tyrone Hernandez
Guest
 
Posts: n/a
#2: Nov 16 '05

re: Proper Way to Update UI from Asynchronous Delegate


My name is Tyrone Hernandez. I grew up on the streets, so I'm familiar
with this kind of shiznit. I am down with this, and I'm going to keep it
real by top-posting.

In my hood, I have a homie named Shaniqua and some times she calls me on
the phone in an asynchronous fashion. Now I'm hip to her jive, so I don't
wanna just hang up. If I feels like talkin to Shaniqua, I talk to her. If
not, I use my power of "Control" to check "IsInvokeRequired" and if it is, I
call Control.BeginInvoke() to upgrade my progress bar.

Well, I'd be likin' to talk more, but my crack dealer is here so I'm
going to call some of his methods. Peace out!

"Michael C" <michaelco@optonline.net> wrote in message
news:OWMwc.670$IQ2.319959@news4.srv.hcvlny.cv.net. ..[color=blue]
> How do I update controls on my UI thread from the Asyncronous Delegate? I
> understand it's not safe to just try to update it directly from the
> asynchronous thread, but I need to figure out how to update it somehow.
> Specifically I need to increment a ProgressBar and update text in a Label.
>
> Thanks,
> Michael C.
>
>[/color]


Michael C
Guest
 
Posts: n/a
#3: Nov 16 '05

re: Proper Way to Update UI from Asynchronous Delegate


Yo yo yo T-Man,

How in the hiznell do I chizzeck da IsInvokeRequired and when do I use
BeginInvoke? Shaniqua used to be hot but now she a hood-rat. I wouldn't
give dat gyrl da time o' day. Tell me like I'm da poh-poh's, da five-oh's
or da metro's! I need a sample to get me hooked like da crack dealers
servin on 47th Ave.

Peace bro,
Michael C.

(To the tune of "I ain't mad at'cha" by Tupac):

"We was once two coders of da same kind/
Quick to hit the semi-colon at da same time/
You was stuck on VB but you still bold/
Bought Dot NET and hit da hood swolled"


"Tyrone Hernandez" <meanGangster@EvilHood.com> wrote in message
news:OASOBiBTEHA.3224@TK2MSFTNGP10.phx.gbl...[color=blue]
> My name is Tyrone Hernandez. I grew up on the streets, so I'm familiar
> with this kind of shiznit. I am down with this, and I'm going to keep it
> real by top-posting.
>
> In my hood, I have a homie named Shaniqua and some times she calls me[/color]
on[color=blue]
> the phone in an asynchronous fashion. Now I'm hip to her jive, so I don't
> wanna just hang up. If I feels like talkin to Shaniqua, I talk to her. If
> not, I use my power of "Control" to check "IsInvokeRequired" and if it is,[/color]
I[color=blue]
> call Control.BeginInvoke() to upgrade my progress bar.
>
> Well, I'd be likin' to talk more, but my crack dealer is here so I'm
> going to call some of his methods. Peace out!
>
> "Michael C" <michaelco@optonline.net> wrote in message
> news:OWMwc.670$IQ2.319959@news4.srv.hcvlny.cv.net. ..[color=green]
> > How do I update controls on my UI thread from the Asyncronous Delegate?[/color][/color]
I[color=blue][color=green]
> > understand it's not safe to just try to update it directly from the
> > asynchronous thread, but I need to figure out how to update it somehow.
> > Specifically I need to increment a ProgressBar and update text in a[/color][/color]
Label.[color=blue][color=green]
> >
> > Thanks,
> > Michael C.
> >
> >[/color]
>
>[/color]


Jon Skeet [C# MVP]
Guest
 
Posts: n/a
#4: Nov 16 '05

re: Proper Way to Update UI from Asynchronous Delegate


Michael C <michaelco@optonline.net> wrote:[color=blue]
> How do I update controls on my UI thread from the Asyncronous Delegate? I
> understand it's not safe to just try to update it directly from the
> asynchronous thread, but I need to figure out how to update it somehow.
> Specifically I need to increment a ProgressBar and update text in a Label.[/color]

See
http://www.pobox.com/~skeet/csharp/m...#windows.forms

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Closed Thread


Similar C# / C Sharp bytes