网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 交易代码 > C语言代码 > 正文

一个漂亮的界面

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

下载代码:


主要代码如下:

void CPageDlg::OnPaint(){  if (IsIconic())  {      CPaintDC dc(this); // device context for painting      SendMessage(WM_ICONERASEBKGND, (WPARAM)dc.GetSafeHdc(), 0);      // Center icon in client rectangle      int cxIcon = GetSystemMetrics(SM_CXICON);      int cyIcon = GetSystemMetrics(SM_CYICON);      CRect rect;      GetClientRect(&rect);      int x = (rect.Width() - cxIcon + 1) / 2;      int y = (rect.Height() - cyIcon + 1) / 2;      // Draw the icon      dc.DrawIcon(x, y, m_hIcon);  }  else  {      //  CDialog::OnPaint();   //一定要去掉该句      CPaintDC dc(this); //对话框的dc      CDC dcMem;      dcMem.CreateCompatibleDC(&dc); //创建与对话框dc兼容的内存dc      CRect rect;      GetClientRect(&rect);      BITMAP bitMap;      m_bmpBackground.GetBitmap(&bitMap);      CBitmap *pbmpOld = dcMem.SelectObject(&m_bmpBackground); //将背景位图选入内存dc中      dc.StretchBlt(0, 0, rect.Width(), rect.Height(), &dcMem, 0, 0,                      bitMap.bmWidth, bitMap.bmHeight, SRCCOPY);      //dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY);  }}

设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师