| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1335 人关注过本帖
标题:[求助]关于对话框里面的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
快速回复:[求助]关于对话框里面的edit box
数据加载中...
 
   



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

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