Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: did i hear that proply u cant get a clock 2 show the correct time of day if so stick a timer and a label on the form the code is [CODE] Private Sub Form_Load() Timer1.Interval = 100 Label1.Caption = "" End Sub Private Sub Timer1_Timer() Label1.Caption = Time End … |
The End.