I want to use the "back control button" (also known as the up control) in my Delphi Win 32 application (I use Delphi 2007).
The goal is to have a control that looks like in Microsoft Office:
Up / down control image in Powerpoint. http://img167.imageshack.us/my.php?image=updownzn8.png
I found this on the Microsoft website: CSpinButtonCtrl Class
But I still haven't found a control that uses this class - here where I searched:
-
- Delphi's SpinEdit control looks good ... not so good and doesn't seem to use the official Microsoft control
- JVCL classes have their own implementation.
- Google search returned no results (except for some up / down brew controls)
- I also could not find something in the Jedi API.
Can someone please tell me where I can find the Delphi implementation for Microsoft's usual spin management or how can I do it myself?
source
share