NumericUpDown
-
Hello, I am trying to find out a way to know that the user has changed value in NumericUpDown control by typing in it or by pressing the up or down buttons. Any suggestions about it? Thanks in Advance. Maqsood Ahmed - MCAD.net Kolachi Advanced Technologies http://www.kolachi.net
-
Hello, I am trying to find out a way to know that the user has changed value in NumericUpDown control by typing in it or by pressing the up or down buttons. Any suggestions about it? Thanks in Advance. Maqsood Ahmed - MCAD.net Kolachi Advanced Technologies http://www.kolachi.net
hi, Value Changed Event is fired when you Click the Up or Down Button, you can do your calculations within that Event. Also look for Leave Event of it, Compare the Previous value with New value and then you can customize ..... if the user has changed the value through Keyboard this will work I hope this helps kss