CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: time evaluation

  1. #1
    Join Date
    Nov 1998
    Posts
    16

    time evaluation



    How can I get the current minute from the operating system?

  2. #2
    Guest

    Re: time evaluation

    Private Sub Command1_Click()
    lable1.Caption = Format(Now(), "hh:mm")
    End Sub



  3. #3
    Join Date
    Jan 2000
    Posts
    45

    Re: time evaluation

    label1 = time


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

Featured