Using Up-Down Controls
This section contains example code and information about how to create and use up-down controls.
In this section
Topic | Description |
---|---|
How to Create Up-Down Controls |
You create up-down controls by calling the CreateWindowEx function and passing the value UPDOWN_CLASS for the Windows class parameter lpClassName. |