-
based Institute Cheung industrial control data acquisition card data acquisition...
基于研翔工业控制数据采集卡的数据采集程序源代码-based Institute Cheung industrial control data acquisition card data acquisition program source code
- 2022-03-01 15:44:53下载
- 积分:1
-
3D state of the dialog box shows
三维状态显示的对话框-3D state of the dialog box shows
- 2022-10-30 15:20:02下载
- 积分:1
-
vb实现归并排序,并且是用GDI图形实现排序过程的演示,有重置,自动排序,步进功能...
vb实现归并排序,并且是用GDI图形实现排序过程的演示,有重置,自动排序,步进功能-vb realize merge sort, and is used to sort the process realize GDI graphics demo, have to reset, automatic sorting, step function
- 2022-04-18 16:02:12下载
- 积分:1
-
See UFO tool, very useful. Can easily read comics.
看UFO工具,非常有用的。可以方便看漫画。-See UFO tool, very useful. Can easily read comics.
- 2022-05-05 22:36:18下载
- 积分: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
-
设计一种多边形形状。
设计一个窗体,使其形状为多边形。-Design a form to shape for the polygon.
- 2023-08-21 16:00:03下载
- 积分:1
-
图形界面的矩阵连乘算法,动态显示运行求解问题的过程
图形界面的矩阵连乘算法,动态显示运行求解问题的过程-Graphical interface with the matrix multiply algorithm, dynamic display of running the process of problem solving
- 2022-07-15 23:27:57下载
- 积分:1
-
在基于对话框的MFC程序中加入对话框条
在基于对话框的MFC程序中加入对话框条-based on the MFC dialog process of accession to the dialog
- 2022-04-09 19:34:13下载
- 积分:1
-
可缩放的界面编程 通过方便的宏来进行 并且内部控件也能自动调整大小...
可缩放的界面编程 通过方便的宏来进行 并且内部控件也能自动调整大小-Scalable programming through a user-friendly interface to the macro and internal controls can also automatically adjust the size of
- 2022-03-11 02:39:54下载
- 积分:1
-
基于Dialog类,一个简单的查找字符串的程序,带有菜单等功能...
基于Dialog类,一个简单的查找字符串的程序,带有菜单等功能-Dialog-based class, a simple procedure for the search string with the menu and other functions
- 2022-09-15 22:40:03下载
- 积分:1