Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

time tracking

Status
Not open for further replies.

jl3574

Programmer
Joined
Jun 5, 2003
Messages
76
Location
CA
i want to create a dialog box that shows the current time /date /year
with the time constanly ticking in seconds.
is that possible?
 
Easy enough. Set a timer (with SetTimer) that goes every one second, then on that second use the C runtime library's time functions (time, strftime) then set that to some control's caption.

I REALLY hope that helps.
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top