-
Default schema in a model
Default schema in a model-view-presenter pattern design.
- 2022-08-10 19:53:25下载
- 积分:1
-
first create a large file, and then point to 1.1 gigabytes of which add example,...
先创建一个大文件,然后一点一点往其中添加字节的例子,与网络下载工具创建文件的方式相同,非常适合初学者学习文件操作API-first create a large file, and then point to 1.1 gigabytes of which add example, and network tools to create documents downloaded in the same way, very suitable for beginners learning file manipulation API
- 2023-02-17 13:25:03下载
- 积分:1
-
进行类的设计,关于对话框的调用及相关软件的设计基础
进行类的设计,关于对话框的调用及相关软件的设计基础
- 2022-01-25 20:57:15下载
- 积分:1
-
一个改变标题栏和滚动条颜色的例子
一个改变标题栏和滚动条颜色的例子--The example of changing title bar and the color of scroll bar
- 2022-01-27 17:21:57下载
- 积分:1
-
不同的屏幕分辨率,对话框程序中的空间在对话框大小变化的时候,控件的位置和大小都要随之调整.
封装一个类,使用的时候只要从该类继承即可...
不同的屏幕分辨率,对话框程序中的空间在对话框大小变化的时候,控件的位置和大小都要随之调整.
封装一个类,使用的时候只要从该类继承即可-Different screen resolution, the dialog box procedure, the size of space in the dialog box changes, control the location and size should be adjusted accordingly. Package a class, use the time as long as you can from such inheritance
- 2022-05-10 14:19:12下载
- 积分:1
-
本程序可以进行基于对话框的打印功能,功能很全,可以解决基于对话框下的打印问题...
本程序可以进行基于对话框的打印功能,功能很全,可以解决基于对话框下的打印问题-This procedure can be based on the print dialog function, function is very wide, can be solved based on the Print dialog box problem
- 2022-12-25 03:20:03下载
- 积分:1
-
学习动态显示计算结果:将计算结果动态的显示在对话框中。...
学习动态显示计算结果:将计算结果动态的显示在对话框中。-learning dynamic display results : Dynamic calculation results shown in the dialog box.
- 2022-04-18 00:15:01下载
- 积分:1
-
本人根据网友思想,亲自开发出来,希望大家喜欢,
本人根据网友思想,亲自开发出来,希望大家喜欢,-I thought, personally developed, hope you like.
- 2022-08-04 10:13:29下载
- 积分: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
-
Dialog Designer (DD) Release 5.0.0.14.01 Release Letter
Dialog Designer (DD) Release 5.0.0.14.01 Release Letter
- 2022-01-24 15:00:09下载
- 积分:1