Hi,

Seems like editbox allready have a spincontrol attached as default if one use WS_VSCROLL in style while creating the editbox window.
No WM_VSCROLL message is being sent when clicking on arrow buttons. I read one have to attach spincontrol buddy, but spincontrol is allready there?!? (like pointed out above)

Can't find any good example on web how to handle spincontrol messages. I tried in Notify and Command without luck.
How do I handle these up/down arrows?