Results 1 to 3 of 3

Thread: [2.0] Time picker?

  1. #1

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    [2.0] Time picker?

    Hi. Does C sharp have any kind of time picker? What I want to do is to allow the user to set a time for a program to run every day. So if they pick 12 am, it will execute at 12 am every day. Is there any component that could do this or do I have to create one from scratch?

    Jennifer.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Time picker?

    The DateTimePicker is for picking dates and times. Read the MSDN documentation for the class and its members.
    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

  3. #3

    Thread Starter
    Hyperactive Member drattansingh's Avatar
    Join Date
    Sep 2005
    Posts
    395

    Re: [2.0] Time picker?

    Hey thanks. I originally checked the msdn but wasnt finding ways as to how to exclude the calendar. But upon checking again, I saw if I used a tab rather than a drop down, the calendar was hidden.

    Now its working fine!

    Jennifer.

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