Can I get/set the value of an up-down control using the getDlgItemInt/setDlgItemInt functions? They send WM_GETTEXT/WM_SETTEXT. Does the up-down process these?
Can I get/set the value of an up-down control using the getDlgItemInt / setDlgItemInt
Share
Up-Down controls don’t have values, their buddy controls do. If you want to know the value, ask the buddy control.