NumericUpDOwn

G

Guest

Hi,

If users change the value of NumericUpDown by clicking the arrows, this
change can be trapped with the .ValueCHanged event. But .ValueCHanged will
not work if users change from keyboard?
How do I trap all changes in NumericUpDown no matter if instigated from
arrow keys or from keyboard or even from Cut/Paste
 
A

Amy L

I usually also set the keypress event and update the value with that as well
to get around this.

Amy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top