如何实现mfc中的spin的功能,即按上箭头,数加,反之减小
展开全部
默认 最大值为0,最小值为100
m_spin.setRange(0,100);
对spin进行setRange()之后,spin就变成点击向上箭头数值增大,点击向下箭头,数值减小
MSDN:The default range for the spin button has the maximum set to zero (0) and the
minimum set to 100. Since the maximum value is less than the minimum value,
clicking the up arrow will decrease the position and clicking the down arrow
will increase it. UseCSpinButtonCtrl::SetRangeto adjust these values.
m_spin.setRange(0,100);
对spin进行setRange()之后,spin就变成点击向上箭头数值增大,点击向下箭头,数值减小
MSDN:The default range for the spin button has the maximum set to zero (0) and the
minimum set to 100. Since the maximum value is less than the minimum value,
clicking the up arrow will decrease the position and clicking the down arrow
will increase it. UseCSpinButtonCtrl::SetRangeto adjust these values.
展开全部
if(按上箭头)
num++;
else
num--;
关键是不知道你知不知道如何才能知道箭头被按了。
晕,这么绕。。
num++;
else
num--;
关键是不知道你知不知道如何才能知道箭头被按了。
晕,这么绕。。
追问
呵呵,我不知道箭头被按,也不知道用什么函数实现这个功能,你能从头详细具体的说说吗?麻烦了!
追答
你首先得把那个箭头画出来,用什么库自己选,可以是MFC,DX,Windows API,opengl。
然后知道那个箭头被按,可用的库:同上。
然后再把那个变化了得数字显示出来,库同上。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询