If you are running into this you probably need to re-think how you are
doing things. It would seem to me that you could redo this pretty
simply to be a non-blocking call which would remove this requirement.
A common methodology for doing this would be to use the Async Pattern.

Cheers,

Greg

On Jan 10, 2008 6:50 PM, Claude Petit <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to know when to call Application.DoEvents when I'm waiting for
> something. The calling thread can be either the ui thread or a worker
> thread. The ui thread must be able to handle its events, but the worker
> thread can be blocked. Thank you.
>
> Claude Petit
>
> ===================================
> This list is hosted by DevelopMentor(R)  http://www.develop.com
>
> View archives and manage your subscription(s) at http://discuss.develop.com
>



--
Studying for the Turing test

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to