NumericUpDown Control

S

S Shulman

Hi

All I want to do is to highlight all text within the numeric up down control
Using the Select method only sets the cursor in the control

Thank you,
Shmuel Shulman
SBS Technologies LTD
 
R

Rocky

NumericUpDown1.Focus()
NumericUpDown1.Select(0, NumericUpDown1.Value.ToString.Length)
 

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

Similar Threads

bitwise operations 1
[email protected] 1
String Methods 3
MenuItem35.PerformClick() 2
FontFamily.GetFamilies Method Question 1
Status Bar 2
Menu Question 3
Get the system colours 2

Top