Results 1 to 2 of 2

Thread: Time/Date

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    Is there a control that I can use to place on a form that will show some kind of clockface or watchface, preferably with the date on it too....?

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    For date add a Lable to your form Label1
    Code:
    Private Sub Form_Load()
        Label1.Caption = Format(Date, "yyyy/mm/dd")
    End Sub
    for the clock go here:

    http://forums.vb-world.net/showthrea...threadid=29303
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width