can someone please help me with using tabs and hw to set the system date in vb6
smile4evr 0 Junior Poster in Training
Recommended Answers
Jump to Posttry this one
Dim ChangeTime ChangeTime= "4:00 AM" Time= ChangeTime
Jump to PostPrivate Sub Timer1_Timer() 'Put timer on form and set interval to 1000 (In the properties window) Label1.Caption = Format(Now, "hh:mm:ss") End Sub
- What tabs?
All 5 Replies
AUGXIS 1 Light Poster
smile4evr 0 Junior Poster in Training
Jx_Man 987 Nearly a Senior Poster Featured Poster
aktharshaik 16 Posting Whiz
smile4evr 0 Junior Poster in Training
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.