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

Threaded View

  1. #1
    Join Date
    Dec 2002
    Posts
    115

    Need a timer, what is the preferred method

    In a vb5 application ( I can port to VB6 if necessary) I need to run some code every 30 minutes, possibly more frequently. What is my best option for a timer? Obviously I don't want something that will tax system resources all day long.

    I should probably elaborate that the application should not be suspended while the timer is running.

    Appreciate your help.
    Last edited by Mothra; August 2nd, 2004 at 12:57 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