-
show with a Windows XP
显示一个具有Windows XP风格的的菜单,该菜单可以有梯度颜色绘制的标题栏、而且菜单项可以具有图标-show with a Windows XP-style menu, the menu gradient colors can be produced by title bar, menu items can also have icons
- 2022-12-06 06:05:03下载
- 积分:1
-
Window transparent way to the production of special
窗口透明方法,可以制作异形窗体,达到奇特的效果-Window transparent way to the production of special-shaped form, to the effect of peculiar
- 2022-03-13 12:14:22下载
- 积分:1
-
用VB制作的图像旋转程序,可任意设定旋转角度,图像画卷式展开...
用VB制作的图像旋转程序,可任意设定旋转角度,图像画卷式展开-VB images produced by the rotation procedures, arbitrary rotation angle, image picture-start
- 2022-03-23 18:29:17下载
- 积分:1
-
程序将非客户区中的标题栏、框架栏都贴上具有Windows XP风格的位图,然后在标题栏右端绘上帮助、最小化、最大化、和关闭按钮...
程序将非客户区中的标题栏、框架栏都贴上具有Windows XP风格的位图,然后在标题栏右端绘上帮助、最小化、最大化、和关闭按钮-procedures for non-customers of the district title bar, column framework are affixed with Windows XP-style bitmap, and then the title bar decorated with subguadratic help minimize, maximize, and close button
- 2022-03-16 12:45:17下载
- 积分:1
-
在很多情况下,需要弹出一个窗口,用于显示当前操作的进展情况,并允许用户取消操作,这样,就需要如图所示的对话框。...
在很多情况下,需要弹出一个窗口,用于显示当前操作的进展情况,并允许用户取消操作,这样,就需要如图所示的对话框。-In many cases, need to pop up a window that shows the progress of the current operation, and allows the user to cancel the operation, so that the needs of the dialog box as shown.
- 2023-05-14 13:10:03下载
- 积分:1
-
- 2022-06-17 11:12:25下载
- 积分:1
-
GardenUI的源码,很实用的
GardenUI的源码,很实用的-GardenUI the source, it is useful
- 2022-04-23 21:28:19下载
- 积分:1
-
一个时钟控件,程序Build后就可以直接在对话框中加入控件,实现一个时钟程序。...
一个时钟控件,程序Build后就可以直接在对话框中加入控件,实现一个时钟程序。-A clock control, the procedure can be directly in the Build dialog box after adding controls, procedures for the realization of a clock.
- 2022-02-16 09:34:39下载
- 积分: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
-
查询号码用的程序.请大家多多指教
查询号码用的程序.请大家多多指教-reference number of procedures. Please exhibitions ..
- 2022-06-20 21:38:18下载
- 积分:1