界面处理相关API&MFC函数(随时更新)

来源:互联网 发布:淘宝助理定时上架 编辑:程序博客网 时间:2024/06/16 13:02

窗口居中显示:
   CenterWindow();
   CenterWindow( GetParent() );
   CenterWindow( GetDesktopWindow() );    // center to the hpc screen.

    使用示例:
   AfxGetMainWnd()->CenterWindow();//将主框架窗口居中.
   AfxGetMainWnd()->CenterWindow(CWnd::GetDesktopWindow()); //将窗口置于屏幕中央

原创粉丝点击