Numeric UpDown
-
I'm having a slight problem with the numeric UpDown control? I've done everyhing I can but that stupid control doesnt display itself in XP Style mode. What can I do to settle this? I'm developing this application professionally so I can't let it hamper my program. I found this[^] but it had quite a few bugs of its own.
-
I'm having a slight problem with the numeric UpDown control? I've done everyhing I can but that stupid control doesnt display itself in XP Style mode. What can I do to settle this? I'm developing this application professionally so I can't let it hamper my program. I found this[^] but it had quite a few bugs of its own.
If you search Google[^] you'll see that it just doesn't work for .NET 1.x. In .NET 2.0 I've used
NumericUpDown
controls and it works as expected (same asTabControl
s).Luis Alonso Ramos Intelectix Chihuahua, Mexico
Not much here: My CP Blog!
-
If you search Google[^] you'll see that it just doesn't work for .NET 1.x. In .NET 2.0 I've used
NumericUpDown
controls and it works as expected (same asTabControl
s).Luis Alonso Ramos Intelectix Chihuahua, Mexico
Not much here: My CP Blog!