|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Selecting the timeI want the user of my application to be able to open up a form and
select a time for a certain job to run. Windows uses a sort of NumericUpDown control to do it. Is there any way to implement similar or is there a similar control in .net elliot.sto***@gmail.com wrote:
> I want the user of my application to be able to open up a form and Use the DateTimePicker control. Set the Format property to Custom, set> select a time for a certain job to run. Windows uses a sort of > NumericUpDown control to do it. Is there any way to implement similar > or is there a similar control in .net the CustomFormat property to the desired time format (e. g. hh:mm tt) and finally set the ShowUpDown property to true.
That Eval Question Again...
Simple Eval() (Ithink) question ListBox, ComboBox Bug??? Optional Paramter Question NullReferenceException on DataGridView.Columns Index property Threading using QueueUserWorkItem VB to Delphi Help! how to devide string to array? Trying to create a copy of a .NET dll filestream? |
|||||||||||||||||||||||