Slider or Trackbar for time slot

  • Thread starter Thread starter Nicolas
  • Start date Start date
N

Nicolas

Hi,
I'm looking around for a control which should do the following.
The bar should display the entire day time from 0:00 to 23:59 and a set of
thumbs should point to start time (8:45) and to end time (12:00) may be the
second set of thumbs could be pointing for start (14:00) and the end (19:20).
So for this day it looks like the opening hours are 8:45-12:00 and
14:00-19:20. I could then repeat this for every day.

I just want a user to be able to set is opening hours via this kind of
control and I'm sure it exist or I can make one.

Any help and direction will be appreciated.
Thank you
 
Am 21.01.2010 16:02, schrieb Nicolas:
I'm looking around for a control which should do the following.
The bar should display the entire day time from 0:00 to 23:59 and a set of
thumbs should point to start time (8:45) and to end time (12:00) may be the
second set of thumbs could be pointing for start (14:00) and the end (19:20).
So for this day it looks like the opening hours are 8:45-12:00 and
14:00-19:20. I could then repeat this for every day.

I just want a user to be able to set is opening hours via this kind of
control and I'm sure it exist or I can make one.

The .NET Framework doesn't provide a control for this purpose. However,
you can develop one on your own. Information on Windows Forms control
creation can be found here:

Developing Custom Windows Forms Controls with the .NET Framework
<URL:http://msdn.microsoft.com/en-us/library/6hws6h2t.aspx>
 
Back
Top