开发者

get/setDlgItemInt for up-down controls

Can I get/set the value of an up-down control using the getDlgItemInt/setDlgItemInt functions? They send WM_GETTEXT/WM_SET开发者_如何学JAVATEXT. Does the up-down process these?


Up-Down controls don't have values, their buddy controls do. If you want to know the value, ask the buddy control.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜