Posts
 
Reputation
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
~12.2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Transworld

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 …

Member Avatar for ranyone
-3
12K

The End.