VC中基于对话框的编程如何使按钮不可用?
1个回答
展开全部
改变按钮位置
getdlgitem(按钮id)->movewindow(rectpos);
rectpos是crect型的变量,代表按钮要移动到的位置。
也可以直接填数字
movewindow的原型如下:
bool
movewindow(
hwnd
hwnd,
//
handle
to
window
int
x,
//
horizontal
position
int
y,
//
vertical
position
int
nwidth,
//
width
int
nheight,
//
height
bool
brepaint
//
repaint
flag
);
改变编辑框内容
getdlgitem(编辑框id)->setwindowtext("新内容");
getdlgitem(按钮id)->movewindow(rectpos);
rectpos是crect型的变量,代表按钮要移动到的位置。
也可以直接填数字
movewindow的原型如下:
bool
movewindow(
hwnd
hwnd,
//
handle
to
window
int
x,
//
horizontal
position
int
y,
//
vertical
position
int
nwidth,
//
width
int
nheight,
//
height
bool
brepaint
//
repaint
flag
);
改变编辑框内容
getdlgitem(编辑框id)->setwindowtext("新内容");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询