I want to use the UpDown control on a form. I've figured out how to use the WM_VSCROLL message to work out how to get which button is pressed (by figuring out whether the position value has incremented or decremented).
But how do I set the position value?
Andrew