-
A super
一个超简单的实用的缩放控件,可自动控制其他控件实现自动缩放适应窗口.
-A super-simple and practical zoom control, automatic control other controls can be automatically scaled to adapt to the window.
- 2022-09-03 11:35:03下载
- 积分:1
-
这是一个实现简单的车库管理系统的程序
是在VS2005平台上开发的MFC程序...
这是一个实现简单的车库管理系统的程序
是在VS2005平台上开发的MFC程序-液 实 虻サ 某蔚 统 某VS2005平台 峡 MFC
- 2023-01-08 00:05:02下载
- 积分:1
-
本程序是随机产生双色球选号器,完成基本功能,可以自己加分析函数,以提高选号概率!...
本程序是随机产生双色球选号器,完成基本功能,可以自己加分析函数,以提高选号概率!-this procedure is randomly generated AP Dip for complete basic functions, can analyze their function, to improve the roads probability!
- 2023-02-01 03:45:03下载
- 积分:1
-
一个小程序,模拟剪切板。
学习SDK框架时做的应用。很有锻炼价值,对于初学者。...
一个小程序,模拟剪切板。
学习SDK框架时做的应用。很有锻炼价值,对于初学者。-A small program to simulate the clipboard. SDK framework to learn to do the application. Exercise is the value of, for beginners.
- 2022-02-20 20:10:33下载
- 积分:1
-
ColorDialog组件
图7
ColorDialog组件
图7-26 "颜色"对话框
2. FontDialog组件
图7-27 "字体"对话框
3. OpenFileDialog组件
图7-28 "打开"对话框
4. SaveFileDialog组件
图7-29 "另存为"对话框-ColorDialog components Figure 7-26 "Colors" box 2. FontDialog components Figure 7-27 "font" box 3. Figure 7-28 OpenFileDialog components "Open" dialog box 4. Figure 7-29 SaveFileDialog components "Save as" dialog box
- 2022-02-12 10:24:09下载
- 积分:1
-
自动调整窗口位置的对话框
自动调整对话框上子窗口显示位置vc-automatically adjust for dialog on the window location vc
- 2023-04-26 22:30:03下载
- 积分:1
-
运用对话框控制背景颜色,很方便,也很使用,谢谢使用1
运用对话框控制背景颜色,很方便,也很使用,谢谢使用1-Dialog box to control the use of background color, it is convenient, is also very use, Thank you, use one
- 2022-01-25 22:52:05下载
- 积分: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
-
一个可以设置密码的多文档程序,画图和右键响应都有。设置了可以修改的字体,相应参数可以修改。...
一个可以设置密码的多文档程序,画图和右键响应都有。设置了可以修改的字体,相应参数可以修改。-can set a password more documentation procedures, and the right response to the class has. Set the font can be changed, the corresponding parameters can be amended.
- 2022-02-12 22:05:27下载
- 积分:1
-
使用了tab control dde等控件,很不错的界面程序,希望能够帮助大家...
使用了tab control dde等控件,很不错的界面程序,希望能够帮助大家
-use of the tab control dde such controls, the interface is pretty good procedures in the hope that we can help
- 2022-04-09 21:13:50下载
- 积分:1