你好,用SetWindowLong给CEdit控件设置ES_MULTILINE的属性为什么不好用呢???其他的都好用啊。

LONGnn=GetWindowLong(m_Edit,GWL_STYLE);SetWindowLong(m_Edit.m_hWnd,GWL_STYLE,WS_CHILD... LONG nn=GetWindowLong(m_Edit,GWL_STYLE);
SetWindowLong(m_Edit.m_hWnd,GWL_STYLE,WS_CHILD|WS_VISIBLE|ES_MULTILINE|ES_LEFT );
nRect.left += 16;
nRect.right -= 20;
m_Edit.SetRect(&nRect);//还是不起作用!
展开
 我来答
空雪梦见
2013-11-26 · TA获得超过5598个赞
知道大有可为答主
回答量:2522
采纳率:75%
帮助的人:1200万
展开全部
关于SetWindowLong,remark部分有这么一段话

Certain window data is cached, so changes you make using SetWindowLong will not take effect until you
call the SetWindowPos function. Specifically, if you
change any of the frame styles, you must call SetWindowPos with the SWP_FRAMECHANGED flag for the cache to be
updated properly.
你说的不起作用指的是控件的位置没有移动吗?我对MFC不熟,移动的话我记得好像是MoveWindow……SetRect我没用过
来自:求助得到的回答
englyf
2015-05-20
知道答主
回答量:14
采纳率:0%
帮助的人:4.1万
展开全部
Certain window data is cached, so changes you make using SetWindowLong will not take effect until you
call the SetWindowPos function. Specifically, if you
change any of the frame styles, you must call SetWindowPos with the SWP_FRAMECHANGED flag for the cache to be
updated properly.
上面这段话已经说了,你还需要调用SetWindowPos 才能使得设置生效!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式