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.
