-
不规则windows图形界面的设计方法,不可多得的资料。...
不规则windows图形界面的设计方法,不可多得的资料。-irregular windows graphical interface design, the extraordinary information.
- 2022-04-28 11:38:23下载
- 积分:1
-
信息系统演示功能:访问窗口句柄,访问编辑…
消息系统演示 功能:获取窗口handle,获取edit内容,隐藏窗口 可供学习的地方:窗口前置,窗口置top,capture window,flat picture button-Message System presentation capabilities : access window handle, access to edit content, hidden window for the place : front window, the window home top, capture window, flat picture button
- 2022-04-08 18:00:32下载
- 积分:1
-
这是一个基于Dialog对话框、可以在Picture控件中画线的程序,可以借鉴一下。...
这是一个基于Dialog对话框、可以在Picture控件中画线的程序,可以借鉴一下。-This is based on Dialog dialog box, you can draw lines in the Picture control procedures, you can learn from.
- 2022-12-30 19:00:03下载
- 积分:1
-
缩略图xcimage应用程序可以用绝对的准备,并且J
使用xcimage编写的缩略图程序,绝对可用,而且好用-Thumbnail xcimage prepared using the procedures can be used absolutely, and it just works
- 2022-02-26 16:19:30下载
- 积分: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
-
1个如何在vb中显示Logo的例子(8KB)
1个如何在vb中显示Logo的例子(8KB)-1 How to display Logo in vb example (8KB)
- 2023-08-20 21:05:03下载
- 积分:1
-
一个简单的窗口界面程序实例,作为VB的初学者来说,有比较大帮助,因为简单实用。...
一个简单的窗口界面程序实例,作为VB的初学者来说,有比较大帮助,因为简单实用。-a simple window interface procedures example, as a newcomer VB, which are quite helpful, as simple and practical.
- 2022-03-19 00:51:24下载
- 积分:1
-
利用结构体和类这两种用户自定义的数据类型设计个人名片
利用结构体和类这两种用户自定义的数据类型设计个人名片-The use of structures and classes of these two user-defined data type design personal business cards
- 2022-01-25 17:46:46下载
- 积分:1
-
这个好习惯网格控制。非常有用的。
This good custom gird control. very usefull.-This is good custom gird control. very usefull.
- 2022-03-12 21:09:23下载
- 积分:1
-
框架背景 框架背景 框架背景
框架背景 框架背景 框架背景 -The framework of the background of the framework of the background of the framework of the background context of the framework of the context of the framework
- 2023-04-05 15:10:03下载
- 积分:1