what control should i use to take time iput from user a text box or what???
Printable View
what control should i use to take time iput from user a text box or what???
What do you mean take time input?
You could use a textbox but then you need to do a few checks on the input or you could use a datepicker (microsoft windows common controls 2) found in your components. change the format in its propertys to 2 - dtpTime.
casey.