Results 1 to 7 of 7

Thread: Current Date/Time in Custom ToolStripStatusLabel

Threaded View

  1. #1

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Current Date/Time in Custom ToolStripStatusLabel

    This custom status label incorporates its own Timer and displays the current date and/or time updated every second. You set the display format in the same way as for a DateTimePicker. Nothing ground-breaking but handy. Also a good way for beginners to see how to display the date and/or time in a control.

    Note that the attached code was originally written in C# and was converted using Instant VB from Tangible Software Solutions.
    Attached Files Attached Files
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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