Hi Wayne, thanks again it is exactly what I was searching for.
But - can you tell me how I can change the time on it?
and if it would be possible to change the background colour?
Thanks
Klaus
I have just check the files (never really bothered before) and the clock
colour is taken from the detail background colour - have a look at this
section of the form code
lngColor = Me.Detail.BackColor
(which is a copy from Stephen Lebans code)
The time is seems is taken from your windows setup - so it should be the
same as your time/date where ever you are.
See this section of the code
Private Sub Form_Timer()
doTime
End Sub
For the background I think I can figure it out.
But the time shown is NY time and not ours (I am in Barcelona).
This I cannot figure out without help.
You are coming from Manchester - try to open the clock and you will see that
it shows a different time.
If you have any more ideas please let me know.
Thanks
Klaus
I am in Trentino (Norths Italy) - I live in Manchester for most of the year
but come home for this part each year.
I am glad you got the clocke to work.
Oh I don't like this cloke. I think that a simple time - changing every
min is the best. Users don't like programmers to put things like this on
applications.
But it is up to you as you know your users bester than I do
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.