
MSDN says
So, how I can make spin control like this?Always make a spin control the "buddy" of the text box. Doing so places the spin control inside the text box.

I tried to place UpDown control inside Text buddy, by using SetWindowPos_. But I can't align text to left in associated Text control. I began to suspect that I need to create my own SpinControl..