-
用户自定义类型的提示显示窗口,包括Infinite speed of light,Invert metric以及Zero h_bar功能。...
用户自定义类型的提示显示窗口,包括Infinite speed of light,Invert metric以及Zero h_bar功能。-User-defined types of prompts display window, including Infinite speed of light, Invert metric as well as the Zero h_bar function.
- 2022-02-12 19:10:56下载
- 积分: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
-
一、统一风格漂亮界面设计的理论与实现
二、统一的界面风格实现及原代码...
一、统一风格漂亮界面设计的理论与实现
二、统一的界面风格实现及原代码
- 2022-01-24 16:43:43下载
- 积分:1
-
嵌入式机器的应用程序(Visual C++开发的)
嵌入式机器的应用程序(Visual C++开发的)-embedded machine applications (Visual C development)
- 2022-01-23 11:21:14下载
- 积分:1
-
可以实现对单个文件名(或是整个文件夹内的所有文件名)按照指定的替换规则替换...
可以实现对单个文件名(或是整个文件夹内的所有文件名)按照指定的替换规则替换-can achieve right individual files (or the entire folder of all documents) in accordance with specified rules Replacement Replacement
- 2022-05-26 19:22:55下载
- 积分: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
-
不规则窗口! 个性化用户界面!
不规则窗口! 个性化用户界面!-Irregular window! Personalized user interface! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2023-05-14 02:50:04下载
- 积分:1
-
这是一个实际的工程,讲述多文档多视图结构,以及一些人工智能算法的具体实现...
这是一个实际的工程,讲述多文档多视图结构,以及一些人工智能算法的具体实现-This is a realistic project, told many multi-view file structure, as well as some artificial intelligence algorithms to achieve the specific
- 2022-03-02 09:20:46下载
- 积分:1
-
registry containing super
内含
注册表超级全攻略.chm
注册表实用手册.chm-registry containing super-Raiders. Chm registry practical manual. Chm
- 2022-10-16 04:40:03下载
- 积分:1
-
程序运行界面始终位于前面
程序运行界面始终位于前面-interface running at the front always
- 2023-04-12 18:15:03下载
- 积分:1