Results 1 to 3 of 3

Thread: Display current time in one line

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Question Display current time in one line

    how do i display the current time as hh:mm:ss using the messagebox.show ALL IN ONE LINE?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    MessageBox.Show(System.DateTime.Now.ToString("hh:mm:ss"))

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    Thanks it worked... what about this: http://vbforums.com/showthread.php?s=&threadid=243788

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