473,378 Members | 1,429 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

DateTimePicker Problems

If have a problem in VB.NET 2003 with the DateTimePicker. If I place the
control on a form and run my application I get an error as the form opens
saying:

An unhandled exception of type 'System.ArgumentException' occurred in
system.windows.forms.dll

Additional information: '01/01/0001 00:00:00' is not a valid value for
'Value'. 'Value' should be between 'MinDate' and 'MaxDate'.
When I check my code I find the following default setting for the datepicker

Me.dtEndDate.BackColorReadOnly = System.Drawing.SystemColors.Info
Me.dtEndDate.Checked = False
Me.dtEndDate.CustomFormat = Nothing
Me.dtEndDate.DateFormat = System.Windows.Forms.DateTimePickerFormat.Short
Me.dtEndDate.Location = New System.Drawing.Point(116, 144)
Me.dtEndDate.Name = "dtEndDate"
Me.dtEndDate.ReadOnlyValue = False
Me.dtEndDate.ShowCheckBox = True
Me.dtEndDate.Size = New System.Drawing.Size(104, 24)
Me.dtEndDate.TabIndex = 3
Me.dtEndDate.Value = New Date(CType(0, Long))
If I change the value assigned to the .Value property then the application
will run, however as soon as I change anything on the form in the designer
the IDE re-adjusts the value back to the above (New Date(CType(0, Long))) and
the application form crashes again.

Has anyone else experienced this and does anyone have any ideas for a
solution?
--
M Keeton
Jul 21 '05 #1
1 5126
In the IDE, make sure the date assigned to .Value is really between the
MinDate and MaxDate properties.

In code, if you don't care about the value being valid, catch and ignore the
error.

"M Keeton" wrote:
If have a problem in VB.NET 2003 with the DateTimePicker. If I place the
control on a form and run my application I get an error as the form opens
saying:

An unhandled exception of type 'System.ArgumentException' occurred in
system.windows.forms.dll

Additional information: '01/01/0001 00:00:00' is not a valid value for
'Value'. 'Value' should be between 'MinDate' and 'MaxDate'.
When I check my code I find the following default setting for the datepicker

Me.dtEndDate.BackColorReadOnly = System.Drawing.SystemColors.Info
Me.dtEndDate.Checked = False
Me.dtEndDate.CustomFormat = Nothing
Me.dtEndDate.DateFormat = System.Windows.Forms.DateTimePickerFormat.Short
Me.dtEndDate.Location = New System.Drawing.Point(116, 144)
Me.dtEndDate.Name = "dtEndDate"
Me.dtEndDate.ReadOnlyValue = False
Me.dtEndDate.ShowCheckBox = True
Me.dtEndDate.Size = New System.Drawing.Size(104, 24)
Me.dtEndDate.TabIndex = 3
Me.dtEndDate.Value = New Date(CType(0, Long))
If I change the value assigned to the .Value property then the application
will run, however as soon as I change anything on the form in the designer
the IDE re-adjusts the value back to the above (New Date(CType(0, Long))) and
the application form crashes again.

Has anyone else experienced this and does anyone have any ideas for a
solution?
--
M Keeton

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Angelina | last post by:
Hi, I have got two DateTimePicker's on my form to accept a guest arrival date and departure date.what i want to acheieve is ensure that the DateTimePicker2 (departure) is always greater than...
9
by: Guy | last post by:
I have extended the datetimepicker control to incorporate a ReadOnly property. I have used the new keyword to implement my own version of the value property, so that if readonly == true then it...
0
by: Sumit | last post by:
Hi all, I have a datetimepicker on my windows form. When the user selects it i check whether the date entered is a Sunday or not & if its not a sunday i want that the control remains on the...
6
by: eye5600 | last post by:
Is there a cure for the problems using databinding with a DateTimePicker? I find that a) sometimes it works, sometimes it doesn't, and b) it fails silently causing all databinding on the DataSet...
4
by: Jacek Jurkowski | last post by:
.... the minimum date of DateTimePicker is 1753-01-01. How to make DateTime to do not show nothing in its text if this date is the value? I have a form with a field LastLogonDate. If user hasn't...
7
by: Clamara | last post by:
When adding a new record from my form, I pre-set my DateTimePicker's value to System.DateTime.Today Since the "Today" value is used most of the time, the user doesn't need to select a date from...
3
by: Charlie | last post by:
In the top portion of the DateTimePicker, where the value of the date is displayed, how can I detect whether the month or day or year is currently focused, or, if ShowCheckBox = True, whether the...
7
by: Pieter | last post by:
Hi, I'm looking for a DateTimePicker that supports 100% databinding (and support null-values)... It's a shame that the normal control doesn't, but when searching on the internet, I didn't find...
3
by: Simon Tamman | last post by:
I've come across an interesting bug. I have workarounds but i'd like to know the root of the problem. I've stripped it down into a short file and hope someone might have an idea about what's going...
3
by: Zubulake | last post by:
I am having problems with my homework. I am making a code for a alarm clock and i need to disable the set button and the dateTimepicker and transfer focus to the reset button. Then when i hit the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.