-
如何制作仿NeoPlanet界面的源程序
如何制作仿NeoPlanet界面的源程序-how to make fake NeoPlanet interface of the source
- 2022-07-07 04:26:57下载
- 积分:1
-
API simple form, foreign, and very helpful for beginners.
API 简单窗体,国外的,对初学者很有帮助。-API simple form, foreign, and very helpful for beginners.
- 2022-08-23 08:23:02下载
- 积分:1
-
巨酷的一个对画框示例
巨酷的一个对画框示例-giant cool one pair of frames Example
- 2022-05-17 16:38:17下载
- 积分: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
-
Tongji University in curriculum design, the one that! Tree request to enter the...
同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal sequence; Binary Tree set up to establish the structure of the storage function input and output sequence traversal sequence of function, the output preorder sequence of function.
- 2022-05-08 05:02:52下载
- 积分:1
-
一个简单的对话框上实现加载背景图的的小例子
一个简单的对话框上实现加载背景图的的小例子-a simple dialog box on the map to achieve the background loading of small examples
- 2022-03-05 16:52:17下载
- 积分:1
-
Generate a variety of graphics algorithms, a variety of straight, all kinds of c...
各种图形生成算法,各种直线,各种曲线,各种圆的生成算法-Generate a variety of graphics algorithms, a variety of straight, all kinds of curves, a variety of circle generation algorithm
- 2022-06-03 06:12:50下载
- 积分:1
-
该vc小例子实现了对话框窗口分割,对学习vc界面处理的用户很有帮助...
该vc小例子实现了对话框窗口分割,对学习vc界面处理的用户很有帮助-Vc small example of the realization of the dialog window, split, to learn vc handle the user interface, very useful
- 2022-03-19 00:57:07下载
- 积分:1
-
在MFC画圆。
To draw circle in MFC.
Inputting number s circle with color on dialog, after that program will draw circles consecutive with diameter equal.
- 2023-08-20 01:30:04下载
- 积分:1
-
CBrowseCtrl
CBrowseCtrl - Adding File/Folder-Browse Features to Your Projects Easily A file/folder browsing control that integrates an editbox and a button with built-in images. -CBrowseCtrl- Adding File/Folder-Browse Features to Your Projects Easily A file/folder browsing control that integrates an editbox and a button with built-in images.
- 2022-07-14 16:46:38下载
- 积分:1