标题:[求助]关于对话框里面的edit box
只看楼主
YINI
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2004-12-2
 问题点数:0 回复次数:2 
[求助]关于对话框里面的edit box

我在对话框上加了个最大化,王对话框最大化的时候 里面的 edit box 也随着对话框而变大

请大侠指点。。。

谢谢先

搜索更多相关主题的帖子: 对话框 box edit 
2004-12-08 15:15
C++大粉丝
Rank: 4
等 级:贵宾
威 望:10
帖 子:477
专家分:0
注 册:2004-4-23
得分:0 

响应WM_SIZE消息

然后:

if (m_EditCtrl.GetSafeHwnd())

{

m_EditCtrl.MoveWindow(...); }


I am a big fan of c plus plus.
2004-12-09 09:34
YINI
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2004-12-2
得分:0 

谢谢


/ip/1.php" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://dqdj./ip/1.php');}" onmousewheel="return imgzoom(this);" alt="" />
2004-12-09 14:56



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-9019-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.216111 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved