CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Timer Failing

Threaded View

  1. #4
    Join Date
    May 1999
    Posts
    117

    Re: Timer Failing

    Why don't you just create a single timer that is called every 500 milliseconds that sends the change message?

    I see where only one is created and then the break is hit, but why the 100 attempts? Is it just for good measure to make sure a timer is set?
    Last edited by lsvedin; May 26th, 2005 at 05:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured