关于CDialog::PreCreateWindow(...)函数
BOOL CMyDlg::PreCreateWindow(CREATESTRUCT& cs) {
// TODO: Add your specialized code here and/or call the base class
cs.cx=10;
cs.cy=10;
return CDialog::PreCreateWindow(cs);
}
为什么对话框还是以前的大小没有变.还是以前那么大
2006-08-14 15:19
2007-09-15 01:23
2007-09-15 21:25
2007-09-15 21:35
2007-09-15 22:41