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

Thread: Using a timer.

  1. #1

    Using a timer.

    I reading about the ms timer control and it says the longest possible interval is a little over 64 seconds. Does anyone know of a timer that works just a little longer?


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Using a timer.

    There are many ways of implementing this, using a 'static' counter in the timer event or even using a WinAPI timer - you can download some sample code and read up on extended timers from :

    http://codeguru.developer.com/vb/articles/1938.shtml

    or you can check the VB KnowledgeBase article at :

    http://support.microsoft.com/support.../7/36.asp?FR=0



    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3

    Re: Using a timer.

    Thanks, That should work.


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