The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: DateTimePicker Control (Windows Forms) in VB.NET
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Gaurav ShuklaPosted Dec 15, 2010, 6:00 AM
This is nice article For simplicity Related to this topic check this link http://www.mindstick.com/Articles/bccb2362-5980-408d-aae6-56bb67a9c7d4/?DateTimePicker Control in VB.Net
piragar janarthananPosted Jul 18, 2010, 1:18 PM
how to calculate age? to using datetimepicker?
joe christopherPosted Mar 26, 2010, 8:41 AM
how to enable the date time picker control and many other controls which are disabled in tollbox ..
e aPosted Dec 6, 2009, 2:39 AM
hello there, please,help me i want when the user select a date from datetimepicker the required information is displayed from sql server 2005 database in datagridview this is the select satetment i write and the problem is on it. SqlCommand cmd2 = new SqlCommand("select distinct EnrollNo,name1,datetime1,check1 from attendance where datetime1= '"+ dateTimePicker1.Value + "' order by datetime1 asc", c);