-
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
-
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。...
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。-this is a vc++6.0 winapi program.
- 2022-01-24 18:10:53下载
- 积分:1
-
一个可以实现在水平方向左右滚动的工具条,通过点击左右箭头即可实现滚动功能。...
一个可以实现在水平方向左右滚动的工具条,通过点击左右箭头即可实现滚动功能。-one can be achieved in the horizontal direction rolling around the tools, by clicking on the arrows around the rolling function can be realized.
- 2022-01-21 22:51:12下载
- 积分:1
-
msn vibration stream?, Debug the implementation of a document containing a detai...
msn振动流?,调试一个包含详细说明的文档的实现
- 2022-03-18 11:54:32下载
- 积分:1
-
Silverlight on the drag source control, the need for control through the web pag...
Silverlight 上控件的拖动源码,对需要通过网页拖动控件的朋友很有帮助-Silverlight on the drag source control, the need for control through the web page drag helpful friends
- 2022-02-10 00:48:12下载
- 积分:1
-
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限...
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限-a multi-purpose calculator, can be defined computation, since the definition of disadvantage is the limited range
- 2022-08-14 22:30:43下载
- 积分:1
-
学习动态显示计算结果:将计算结果动态的显示在对话框中。...
学习动态显示计算结果:将计算结果动态的显示在对话框中。-learning dynamic display results : Dynamic calculation results shown in the dialog box.
- 2022-04-18 00:15:01下载
- 积分: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
-
滚动显示的致谢滚动条,可设置不同字体,滚动速度和图片,常用于商业软件的致谢多画框中...
滚动显示的致谢滚动条,可设置不同字体,滚动速度和图片,常用于商业软件的致谢多画框中-Thanks rolling display scroll bars, you can set different fonts, scroll speed and pictures, are commonly used in commercial software Thanks in multi-frame
- 2022-02-03 04:31:19下载
- 积分:1
-
同学写的asp连access的小程序,含读取,插入和修改功能.
同学写的asp连access的小程序,含读取,插入和修改功能.-students write asp even access to the small programs, including read, insert and modify functions.
- 2022-08-25 16:54:30下载
- 积分:1