Mandy,
Tom has made a good point. There is already a clock in the notification area of the Windows taskbar. No need to display it in your app as well.
However, if you really want to do it yourself, follow these steps:
1. Create a form.
2. Drop a label and a timer on the form.
3. Set the timer's Interval to, say, 1 second.
4. In the timer's Timer event, set the caption of the label to the value returned by TIME().
5. Customise the appearance of the label (font, colour, size, etc). Also, customise the form, for example, by removing the title bar and making the label fill the form.
6. In your program, run the form.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Visual FoxPro articles, tips and downloads