This document describes a digital clock program created in Visual Basic 6. It displays the time using large numbered images resembling a real clock. The program uses six image controls to display the hour, minute and second digits, refreshed every second by a timer. It also makes the form always visible on top. The code extracts the individual time digits from the Time string and assigns the corresponding image from an image list to each control.