J
joe
Hi,
I have a numeric up-down control.
1. How can I distinguish between programatic value change
(like MyControl.Value=25) and user interface change
(clicking the arrows)?
2. If the numeric up-down has some value in it (lets say
27), if we select the text and type 27 again, ValueChanged
event will not be fired (I assume becose it is equal to
the old value). Is there a way to change this behaviour so
that the control fires the event even if the new value is
equal to the old one?
Thank you
I have a numeric up-down control.
1. How can I distinguish between programatic value change
(like MyControl.Value=25) and user interface change
(clicking the arrows)?
2. If the numeric up-down has some value in it (lets say
27), if we select the text and type 27 again, ValueChanged
event will not be fired (I assume becose it is equal to
the old value). Is there a way to change this behaviour so
that the control fires the event even if the new value is
equal to the old one?
Thank you