'------------------------------------- 'Author: Brian Duckworth 'Email: brian@VBExplorer.com 'Added: 13-June-2000 '------------------------------------- 'Program: API_TIMER.ZIP '------------------------------------- 'Description: This project shows how to 'create a timer without using a form; 'which would be required if you wanted 'to use VB's Timer control. ' 'This method uses the SetTimer and 'KillTimer API calls. '------------------------------------- 'Burt Abreu 'http://www.VBExplorer.com '------------------------------------