Re: DoEvents() "Hangs"
- From: Chris Nahr <christoph.nahr@xxxxxxxxxxxxx>
- Date: Fri, 04 Aug 2006 08:48:18 +0200
On 3 Aug 2006 13:36:40 -0700, cedmunds@xxxxxxx wrote:
All helpful thoughts and suggestions (not the snarky ones about "Do
people really still use DoEvents() (is it even valid in C#?).") are
appreciated.
That may have been snarky but it was absolutely correct.
Do not use DoEvents, ever! There is never a good reason to have the
operating system perform unpredictable reentrant calls on the current
GUI thread -- because that's exactly what DoEvents does.
--
http://www.kynosarges.de
.
- References:
- DoEvents() "Hangs"
- From: cedmunds
- Re: DoEvents() "Hangs"
- From: Greg Young
- Re: DoEvents() "Hangs"
- From: cedmunds
- Re: DoEvents() "Hangs"
- From: wfairl
- Re: DoEvents() "Hangs"
- From: cedmunds
- DoEvents() "Hangs"
- Prev by Date: Re: Dotfuscator and strong names
- Next by Date: Re: Upload a textfiel into Textbox in ASP.Net C#
- Previous by thread: Re: DoEvents() "Hangs"
- Next by thread: Getting data from objects C#
- Index(es):