Using format NOW will just show the current time but the time will not run.
Is it possible to make it to make the time keep running??
reds8 0 Newbie Poster
Recommended Answers
Jump to Postuse timer control. Set Enable as True in timer properties
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Text = Now End Sub
All 3 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
Begginnerdev commented: Beat me to it. :) +5
wael meto -3 Newbie Poster
Gé48 1 Newbie Poster
M.Waqas Aslam commented: do have any idea what your code will do ? -1
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.