-
一个树形控件的page页控制的例子,可以改变标签
一个树形控件的page页控制的例子,可以改变标签--An example of the page control of treeview control,which can change the label of tag
- 2022-01-26 05:47:40下载
- 积分:1
-
窗口注册程序regster VC列表
窗口程序 注册表 regster VC List-Window registry procedures regster VC List
- 2022-06-15 20:18:31下载
- 积分:1
-
这是利用vc++.net来进行,无模式对话框的创建
这是利用vc++.net来进行,无模式对话框的创建-use vc. Net to proceed, and modeless dialog creation
- 2022-02-02 16:28:41下载
- 积分:1
-
半透明窗体.rar
半透明窗体.rar-translucent window. Rar
- 2022-02-28 10:14:07下载
- 积分:1
-
可以打开一个bmp位图并进行各种图像处理和图像变换操作,功能强大...
可以打开一个bmp位图并进行各种图像处理和图像变换操作,功能强大-bmp can open a bitmap and various image processing and image transform operation, powerful
- 2022-05-10 10:31:15下载
- 积分:1
-
实现简单的在FormView类对象中调用简单的数据文件,文件格式已知,能够实现简易的放大、缩小、光标线选择范围放大等...
实现简单的在FormView类对象中调用简单的数据文件,文件格式已知,能够实现简易的放大、缩小、光标线选择范围放大等-The realization of a simple type of object in the FormView to call a simple data file, the file format is known, and easy to achieve amplification, reduced the range of options to enlarge the cursor lines, etc.
- 2022-10-13 22:55: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
-
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
-
The progress bar, which has a progress bar class, do not change, they can design...
进度条,里面有一个进度条的类,不用更改,便可以很好的设计自己的风格-The progress bar, which has a progress bar class, do not change, they can design their own style of a good
- 2022-03-22 17:29:23下载
- 积分:1
-
一个在对话框中加CHtmlView的例子
一个在对话框中加CHtmlView的例子--An example of adding CHtmlView to dialog box
- 2023-08-07 02:00:03下载
- 积分:1