	Purpose
Trigger an event at 5, 10, 15, ... minutes after the hour.

	Method
Use a Timer. Calculate the next time to fire the alarm and then set the
timer's Interval property to either 60000 or the time it needs to wait.

The book Custom Controls Library includes an Alarm control that lets you set
alarms far in advance. It demonstrates general techniques for building timer
ActiveX controls.

	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 no error handling.
