PDA

Click to See Complete Forum and Search --> : Time command


Dan0331
Nov 15th, 1999, 09:32 PM
I'm using the Mabry Time command that allows you to pull the time from a remote server. If anyone is familiar with this, please let me know how to set this up. I also need the time to show in a text box, but am having a hard time.

Thanks!

Bob Baddeley
Nov 16th, 1999, 05:44 AM
Can't help with the first part, but you could put in a timer with a low interval and inside the timer sub you have Text1.Text = (the time you get) or Text1.Text = Time(Now)