NumericUpDown & Maximum

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I want to use an unbounded numeric up down control, is there any simple way
of doing that ?
 
Simply set the Maximum for your NumericUpDown to a very large number. If
you need a completely unbounded numeric up down control you would have to
write your own.

David Wrighton

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Lloyd Dupont" <net.galador@ld>
| Subject: NumericUpDown & Maximum
| Date: Thu, 16 Oct 2003 14:21:32 +1000
| Lines: 4
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: adsl-11-233.swiftdsl.com.au 218.214.11.233
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36134
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I want to use an unbounded numeric up down control, is there any simple
way
| of doing that ?
|
|
|
 
Back
Top