how to display the time and date in MS Visual Basic 6.0
1. create a Timer
2. set the Interval to 1000 (1000 = 1 second)
3. create the code
Private Sub Timer1_Timer()
lbltime.Caption = Time & Date
End Sub
  .  cdo bloggers   .  my digital corner   .  sacha chua   .  the oatmeal   .  toxel.com   . 
  .  Hotels & Resorts Worldwide   . 



