Tuesday, June 3rd, 2008
With only three weeks left before I go on a four week holiday I need to work on tasks that are quick and simple. I don’t want to be half way through a complex piece of work and then have to leave it unfinished. So looking at my wish list of new controls I spotted the humble NumericUpDown.
A simple control but a very useful one that is also very similar to others I have already Kryptonized. So here you can see the KryptonNumericUpDown control in action…

…and with the Ribbon style…

…and with a ButtonSpec added…

Now onto another control that I can add fairly quickly.
June 3rd, 2008 at 6:06 pm
Whooohooo! Finally, we got the UpDown! Perfect!!
June 3rd, 2008 at 7:23 pm
That is a great news ! :)
For the other control : a progressbar or a trackbar ?
Keep up the good work Phil !
June 3rd, 2008 at 8:34 pm
I wrote one of these too, also krypton styled, I should have waited :)
June 3rd, 2008 at 8:58 pm
Nice!
Maybe you can also add a replacement for System.Windows.Forms.Splitter control. Your toolkit has already includes a KryptonSplitContainer but having a standalone Splitter control would be great. I think it’s not very much work to do since you have already implemented same functionality in Container version.
June 4th, 2008 at 3:01 am
Excellent. I am working on an application right now that uses UpDown and the default Windows controls look more than a little “funny” next to the classier Krypton controls.
Mitch
June 4th, 2008 at 3:24 am
Nice addition to the free Toolkit!
I would vote for some independent “Tooltip” control (as extender?…), as it already exists in the Toolkit and would be very useful to integrate contextual help in a classy look…
Just a thought….
Mike.
June 4th, 2008 at 4:09 am
Nice work !
Hope we have a small “2.8.6″ Release before your well deserved holidays.
June 5th, 2008 at 5:41 pm
Horahh for the UpDown control :) Nice work.
Another vote here for a progress bar. Would be nice if we had one that works like the standard one, but also has an ‘Indeterminate’ mode for operations that you dont know how long will take etc.
June 6th, 2008 at 9:56 am
@Gleedo
If you change the Style property of a System.Windows.Forms.ProgressBar to Marquee, the progress bar will animate continuously without filling up.