The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Dealing with controls within a multi threaded context
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Santosh Kumar KotnalaPosted Sep 9, 2009, 11:37 PM
Hi, Bechir Bejaoui I am working on WPF Window application in .NET 3.5 . In your article thier is one method window.Invoke(p) in load function but I am working on window application thier is no method window.Invoke(). So thier is any replacement of Form.Invoke(p) or any solution I am waiting for your reply............ Thanks
rthomasPosted Apr 22, 2009, 8:02 AM
Great article! Question: is there any advantage to always calling Perform (via Invoke), rather than setting thing up so progressBar1.InvokeRequired() is checked first? Thanks, Rich Thomas