-
This is the mouse control on the use of a procedure interface, the mouse eye wit...
这是关于用鼠标控制界面的一个程序,眼睛随着鼠标的移动而转动-This is the mouse control on the use of a procedure interface, the mouse eye with the movement and rotation
- 2023-02-15 11:50:03下载
- 积分:1
-
可改变大小并且控件自动调整位置或大小的对话框
可改变大小并且控件自动调整位置或大小的对话框-A dialog box which may change its size and changed its position or size automatically
- 2022-03-03 20:34:23下载
- 积分:1
-
采用VC编写的灰度线性变换程序,是一个很好的学习及理解灰度线性变换的资料,同时也可以借此了解VC中对话框的设置...
采用VC编写的灰度线性变换程序,是一个很好的学习及理解灰度线性变换的资料,同时也可以借此了解VC中对话框的设置-VC prepared using gray linear transformation process, is a very good learning and understanding linear gray-scale transform information, but also to learn about the VC in the dialog box settings
- 2022-03-14 11:30:33下载
- 积分:1
-
假“视频传送带”接口
仿“影音传送带”界面-fake "video conveyor belt" interface
- 2023-07-25 07:25:03下载
- 积分: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
-
时间timeline很漂亮的timeline
时间timeline很漂亮的timeline-Time timeline of the timeline is very beautiful
- 2022-01-25 21:15:36下载
- 积分:1
-
In VISUAL C++ Under MFC dialog based on a browser of the machine
在VISUAL C++下,基于MFC对话框的一个浏览本机的文件夹的小软件。-In VISUAL C++ Under MFC dialog based on a browser of the machine
- 2023-08-28 14:40:06下载
- 积分:1
-
对话框窗口的自动缩放
对话框窗口的自动缩放-dialog window automatically zoom
- 2022-04-11 00:49:57下载
- 积分:1
-
一个国产的皮肤库(skinmagic)sdk,没有源代码,但是提供了库文件...
一个国产的皮肤库(skinmagic)sdk,没有源代码,但是提供了库文件--A sdk of skin library (skinmagic ), there is no source code , but have offered library files.
- 2022-02-12 12:48:26下载
- 积分:1
-
显示半透明的对话框窗口
显示半透明的对话框窗口-show translucent dialog window
- 2022-01-25 20:47:34下载
- 积分:1