http://www.vb-helper.com/HowTo/timer.zip

	Purpose
Create a timer that can wait as long as 23 days between events.

	Method
Use the SetTimer and KillTimer API functions. Because the delay is specified
in milliseconds as a long integer, the delay can be more than 23 days.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does not error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
