19-09-2008, 03:41 PM
Why not just make a label on the server, and do this:
And then calculate in your head how long it's been open, saves some server power.
Code:
label1.caption = "Date: " & Date & " Time: " & Time
And then calculate in your head how long it's been open, saves some server power.