home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / btnclock / frmclock.frm (.txt) < prev    next >
Visual Basic Form  |  1993-07-31  |  1KB  |  33 lines

  1. frmClock
  2. Form1
  3. Form15
  4. btnClock
  5. time / date go here
  6. MS Sans Serif
  7. Timer1
  8.     Form_Load
  9. frmClock
  10. Height
  11. btnClock
  12. Width
  13. Screen
  14. ShowTheTime
  15. Caption
  16. Timer1_Timer
  17. btnClock_Click
  18. frmStopClock
  19. btnClock_Click
  20. Form_Load
  21.  Make the form frmClock the same size as
  22.  the button btnClock so that we only see
  23.  btnClock. Borderstyle of frmClock must be 0
  24.  Now set the Top and Left poperties of
  25.  btmForm to put it on the lower rigthf
  26.  corner of the display screene
  27.  initial time display
  28. ShowTheTime
  29. hh:mm AMPM      dd mmm
  30.  Make the display format what you want
  31. Timer1_Timer
  32.  update the displaya
  33.