-
vb do a full
一个vb做的全屏雪花雪景,很好看的,原来vb的也能实现这样的效果。-vb do a full-screen snowflakes snow, very good, the original vb can achieve such an effect.
- 2022-02-27 05:08:17下载
- 积分:1
-
smooth Close Example
平滑的关闭窗口示例-smooth Close Example
- 2022-01-26 04:40:06下载
- 积分:1
-
进度条的例2
进度条的例2-Progress bar of Example 2
- 2022-06-14 11:40:56下载
- 积分:1
-
XmessageBox version 1.8, updated: 30 Nov 2008
XmessageBox的1.8版本,更新时间:30 Nov 2008
-XmessageBox version 1.8, updated: 30 Nov 2008
- 2022-06-01 00:45:15下载
- 积分:1
-
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。...
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。-Dialog box can be docked at the top of the screen, this time around can only drag. Cancel the call. Dialog box can be docked on either side of the screen, the upper and lower stops when only about drag. The left and right only up and down when the drag stops.
- 2022-03-20 15:12: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
-
对话框浏览程序
对话框浏览程序-Browse dialog box procedure
- 2022-03-07 10:57:48下载
- 积分:1
-
动态改变应用程序图标
动态改变应用程序图标-dynamic changes application icons
- 2022-01-25 21:38:53下载
- 积分:1
-
用户
对用户自定义的多边形进行裁剪,裁剪框也是由用户自定义-Of user-defined polygon to carry out cutting, cutting box by the user-defined
- 2022-02-20 02:53:41下载
- 积分:1
-
能将对话框“钉”在屏幕上。见过Developer Studio中的属性对话框没有?这个类让你轻松的实现它的功能,其中的诀窍能让你目瞪口呆。赶紧下载...
能将对话框“钉”在屏幕上。见过Developer Studio中的属性对话框没有?这个类让你轻松的实现它的功能,其中的诀窍能让你目瞪口呆。赶紧下载-Dialog box to
- 2022-02-14 06:22:20下载
- 积分:1