Up Down Controls The controls were relatively simple to implement. However there were some display bugs when aligning the control to the right of a buddy edit box control. The solution is not to set any of the alignment flags and align the controls manually. When the up down control is left aligned to a buddy edit box control, decreasing values will not wrap back. The third example shows how enumerated types can be displayed by using the UpDownHandler. More work is needed for more complex data display. There is an example in the Win32 Programming book showing how dates can be displayed. Back To Home |