Re: Timer event just...doesn't happen

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Tue, 30 May 2006 15:35:57 +0200, "Robert" <noone@xxxxxxxxxxx>
wrote:

No DoEvents in my code (except if VB forces me at swordpoint, so to speak),
and certainly none in this project. Still, in an executable...I'd better
take a look at this. Thanks for the idea.

A timer will never fire again until it has completed its 'event'

If you are going off to something complex, maybe a 3rd party DLL or
OCX, then maybe those are doing a DoEvents, which would explain why
your other timers are firing, and that one is not.


.



Relevant Pages

  • Re: Question regarding timer.
    ... When timer's elapsed event is fire at that time in debug window i am ... Means everytime i am reinitializing timer. ... real problem with this approach either. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Question regarding timer.
    ... When timer's elapsed event is fire at that time in debug window i am ... Means everytime i am reinitializing timer. ... real problem with this approach either. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MDI - disposing of child windows after a period of inavtivity
    ... timer, then restart it). ... timer will only fire when no action has taken place). ... > All child MDI windows are non-updateable... ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: send/recive button
    ... versions of Outlook "clicking" the Send/Receive button will fire the ... There's a Win32 API timer function you can call that has more granularity ... You could also search for a 3rd party timer control to use that is packaged ... > I want to fire more than once per second. ...
    (microsoft.public.outlook.program_vba)
  • Re: Timer not being time-true
    ... There is no way to be 100% sure the event will fire in time, ... screen or about firing a callback procedure associated to a timer. ... You can also play on the priority of the application. ... get ALL the CPU while it can run. ...
    (microsoft.public.access.formscoding)