According to the MSDN the NumericUpDown class is supported by the compact framework. The problem is that I can’t find it on the toolbox. Is it possible to add this control to the form in the designer, if yes, how?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re working in a Windows Form or Windows Form UserControl, this should be a control listed in the toolbox.
Make sure you’re not in a WPF window first. If that’s not the case, you can right click on the toolbox background, and choose “Reset Toolbox”. This should add the NumericUpDown class to the toolbox. It may be listed in “All Controls” and not in the “Common” controls.