• Welcome to PlanetSquires Forums.
 

How to use the UpDown spinner control?

Started by Anonymous, May 15, 2004, 03:24:25 AM

Previous topic - Next topic

Anonymous

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