If I accidentally double-click in the blank area (not on an actual date) of the popup calendar on the fpDateTime control, the following error is triggered. Is there any way to prevent this?
Exception Source: mscorlib
Exception Type: System.ArgumentOutOfRangeException
Exception Message: Year, Month, and Day parameters describe an un-representable DateTime.
Exception Target Site: DateToTicks
---- Stack Trace ----
System.DateTime.DateToTicks(year As Int32, month As Int32, day As Int32)
DVSystem.exe: N 7655762
FarPoint.Win.Input.FpDateTime.OnDoubleClickCalendar(sender As Object, e As EventArgs)
DVSystem.exe: N 00374
System.EventHandler.Invoke(sender As Object, e As EventArgs)
DVSystem.exe: N 00000
System.Windows.Forms.Control.OnDoubleClick(e As EventArgs)
DVSystem.exe: N 00111
FarPoint.Win.Input.ElementControl.OnDoubleClick(e As EventArgs)
DVSystem.exe: N 00004
System.Windows.Forms.Control.WmMouseUp(m As Message&, button As MouseButtons, clicks As Int32)
DVSystem.exe: N 00502
System.Windows.Forms.Control.WndProc(m As Message&)
DVSystem.exe: N 8788613
FarPoint.Win.Input.FpCalendar.WndProc(m As Message&)
DVSystem.exe: N 00044
System.Windows.Forms.ControlNativeWindow.OnMessage(m As Message&)
DVSystem.exe: N 00015
System.Windows.Forms.ControlNativeWindow.WndProc(m As Message&)
DVSystem.exe: N 00048
System.Windows.Forms.NativeWindow.Callback(hWnd As IntPtr, msg As Int32, wparam As IntPtr, lparam As IntPtr)
DVSystem.exe: N 00089