-
这个程序写的很漂亮 可以
这个程序写的很漂亮 可以-this procedure was very nice to see it
- 2022-02-13 14:45:46下载
- 积分:1
-
become regular use of the dialog box code, they are good, you can help a lot of...
这是我们变成是经常要用到的对话框代码,挺不错的,能帮你不少忙哟-become regular use of the dialog box code, they are good, you can help a lot of busy yo
- 2022-12-25 14:55:03下载
- 积分:1
-
good ah. We learn ah, and other ranking compare ah, ah is not?
shell排序不错的啊.大家学学啊,和其他排序比较一下啊,是啊,不是吗?-good ah. We learn ah, and other ranking compare ah, ah is not?
- 2023-09-06 18:10:03下载
- 积分:1
-
C++编写的支持DirectX的窗体控件,十分具有特色。可以作为其他控件的容器。...
C++编写的支持DirectX的窗体控件,十分具有特色。可以作为其他控件的容器。-C++ control , supports directx
- 2022-07-09 12:04:32下载
- 积分:1
-
这是一个对VC中的通用对话框窗口功能的一个扩展,它可以在你选择图像文件的时候直接对特殊性内容进行预览,使用方便...
这是一个对VC中的通用对话框窗口功能的一个扩展,它可以在你选择图像文件的时候直接对特殊性内容进行预览,使用方便-this is a VC General dialog window function in an expansion, it can choose images in your document directly to the special preview content, ease of use
- 2022-03-21 08:00:20下载
- 积分:1
-
PB之MDI 3in 1
PB之MDI 3in 1-PB Zhi MDI an inch
- 2023-02-14 16:10:04下载
- 积分:1
-
C++名家对话.chm
C++的名家对c++的一些认识。
内容很精辟
C++名家对话.chm
C++的名家对c++的一些认识。
内容很精辟-C++ Famous dialogue. ChmC++ The masters of c++ Some awareness. Content is very brilliant
- 2022-06-15 11:40:55下载
- 积分:1
-
beautiful suspension forms, suspended forms, prepared with VB, has been tested W...
漂亮的悬浮窗体, 用VB编写,在WINDDOWSXP已测试 通过-beautiful suspension forms, suspended forms, prepared with VB, has been tested WINDDOWSXP
- 2022-05-19 12:02:54下载
- 积分:1
-
基于SystemView的16QAM调制解调系统的设计与仿真
基于SystemView的16QAM调制解调系统的设计与仿真-Based on SystemView of 16QAM modulation and demodulation system design and simulation
- 2022-07-11 07:08:04下载
- 积分: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