Hi,
I am using a control derived from NumericUpDown control
and when I click on the arrow and keep clicking on it for
long it crashes giving following error :
System.NullReferenceException: Object reference not set to
an instance of an object.
at System.Windows.Forms.UpDownButtons.TimerHandler
(Object source, EventArgs args)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.DebuggableCallback(IntPtr
hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
Can anyone tell me how to fix this? I want to just handle
this exception so that it stops cpmplainng but don't know
what event to handle.
Thanks in advance for the help.
Gudia