NumericUpDown

  • Thread starter Thread starter Maqsood Ahmed
  • Start date Start date
M

Maqsood Ahmed

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,

There is the possibility to use events. For example if the user hits enter,
a event is triggered and the values are updated. Another possibility is to
make a textfield outside the control for adding values and a button labled
"update control".

mfg Bruce
 
Back
Top