Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NumberUpDown controls
Message
 
To
15/10/2004 14:00:35
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00951797
Message ID:
00951827
Views:
10
Set the Increment to 0.
        If CheckBox1.Checked Then
            NumericUpDown1.ReadOnly = True
            NumericUpDown1.Increment = 0
        Else
            NumericUpDown1.ReadOnly = False
            NumericUpDown1.Increment = 1
        End If
>Hello,
>I have a couple of NumberUpDown controls on my form that I designated read-only. However, I can still scroll up and down. Is there a way to truly make it read-only? TIA!
>
>-MAC
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform