首页 相关文章 VC在对话框中使工具栏和状态栏大小随着窗口大小改变

VC在对话框中使工具栏和状态栏大小随着窗口大小改变

void CXXXDlg::OnSize(UINT nType, int cx, int cy)
{
CDialog::OnSize(nType, cx, cy);

// TODO: Add your message handler code here
CRect rectDlg;
CPaintDC dc(this);
GetClientRect(rectDlg);

CRect rectBar;
//工具栏
CToolBar *m_pwndToolBar = (CToolBar *)AfxGetApp()-m_pMainWnd-
GetDescendantWindoW(AFX_IDW_TOOLBAR);
m_pwndToolBar-GetClientRect(&rectBar);
//如果不加4...[ 查看全文 ]

2016-02-19 标签:

VC在对话框中使工具栏和状态栏大小随着窗口大小改变的相关文章

手机页面
收藏网站 回到头部