Date Time Picker

Hi
I am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am using a text box and a button to enable the calender control,using which i am selecting the date. Is there any reference to add to get that control.Can some one help.
Regards
Ramesh(BWIR)

Questions by ramesh007   answers by ramesh007

Showing Answers 1 - 12 of 12 Answers

Zorbane

  • Feb 7th, 2008
 

There is a DateTimePicker control in the .NET library.

Look a bit more carefully? :)  I've missed it myself before.

  Was this answer useful?  Yes

You can right click the ToolBox which displays a list of operations to be done.  In that select Choose Items...A dialog box will appear. Select the particular DateTime Picker control from .NET Components by specifying it in Filter box. Click Ok to add the DateTime Picker to the Toolbox list. By this you can use the Date TimePicker of your particular choice of version.

Hope this works.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions