Link to home
Start Free TrialLog in
Avatar of Peter Kiers
Peter KiersFlag for Netherlands

asked on

Get the value of an numericUpDown component in an integer variable.

Hi,
On my form I have a numericUpDown-Component. How can I get the value of the numericUpDown-component
in the integer called counter.

 int counter = numericUpDown1

Greetings, Peter Kiers
ASKER CERTIFIED SOLUTION
Avatar of Jini Jose
Jini Jose
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Kiers

ASKER

Thanks. Peter