-
简单的模仿window系统自带计算其程序,可能有些功能还没有,但做好的跟系统自带的很相似哦...
简单的模仿window系统自带计算其程序,可能有些功能还没有,但做好的跟系统自带的很相似哦-simple imitation window system to calculate their own procedures, some features may not, but to do the job with the onboard system is very similar to oh
- 2023-03-14 21:45:03下载
- 积分:1
-
一个类似于windows中硬盘整理的界面的类
一个类似于windows中硬盘整理的界面的类--Class which is similar to the interface of hard disk clearing up in windows
- 2022-02-03 12:33:09下载
- 积分:1
-
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口...
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
- 2022-07-13 01:02:32下载
- 积分:1
-
system tray programming code
系统托盘编程代码-system tray programming code
- 2022-10-14 01:00:04下载
- 积分:1
-
在对话框上添加一个视图,对搞图形界面的朋友有点帮助
在对话框上添加一个视图,对搞图形界面的朋友有点帮助-In the dialog box to add a view, a graphical interface to engage in a bit to help a friend
- 2022-02-14 04:42:21下载
- 积分:1
-
GardenUI的源码,很实用的
GardenUI的源码,很实用的-GardenUI the source, it is useful
- 2022-04-23 21:28:19下载
- 积分:1
-
可以显示出信的进展情况,风险投资
可以显示文字的进度条,VC-can show the progress of the letter, VC
- 2022-07-16 13:40:48下载
- 积分:1
-
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_D...
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
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中的位图拉伸显示在对话框的dc中
//dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY)
}
}
-a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME)// Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) e
- 2022-08-21 14:24:22下载
- 积分:1
-
怎样在对话框中实像对话条
怎样在对话框中实像对话条- How in dialog box real image dialogue strip
- 2022-06-17 10:14:14下载
- 积分:1
-
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作...
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作-For a hospital to do the real estate health care system, very good use, you can realize the data query section of work
- 2023-06-03 18:05:03下载
- 积分:1