PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on May 15, 2004, 03:54:25 AM

Title: How to use the UpDown spinner control?
Post by: Anonymous on May 15, 2004, 03:54:25 AM
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