A little clock that sits on your desktop
This gives the code for a little arlarm clock that sits on your desktop. The soul purpose of this application is to give the current time. Very Simple. Original Author: Mike-Ejeet 9t9 Inputs 1 timer- Interval 500 and name timer 1 Code I(n the form itself enter this code:Private Sub Form_Click() AlarmTime = InputBox(“Enter alarm time”, “VB Alarm”, AlarmTime) If AlarmTime… Read More »