Hello,
A probably dumb question...
does anyone know hot to avoid that if one keep the mouse pressed on an
arrow of the numericUpDown it continues to fire events (it uses
evidently a timer) ?
I want 1 event for each click, and no timer activation. I have tried
using disable within the handler but does not work.
Any idea?
tommaso
A probably dumb question...
does anyone know hot to avoid that if one keep the mouse pressed on an
arrow of the numericUpDown it continues to fire events (it uses
evidently a timer) ?
I want 1 event for each click, and no timer activation. I have tried
using disable within the handler but does not work.
Any idea?
tommaso
Comment