-
假“视频传送带”接口
仿“影音传送带”界面-fake "video conveyor belt" interface
- 2023-07-25 07:25:03下载
- 积分:1
-
一个变换皮肤的例子,这是一个很出名的例子,推荐下载
一个变换皮肤的例子,这是一个很出名的例子,推荐下载--A example of changing the skin, this is a very famous example, recommend download
- 2022-03-16 08:49:39下载
- 积分:1
-
这是一个delphi的程序界面的技巧。
这是一个delphi的程序界面的技巧。-This is a delphi program interface techniques.
- 2022-01-21 21:28:54下载
- 积分:1
-
自定义对话框演示的代码提供,让用户可以更加清楚地理解和运用自定义对话框。...
自定义对话框演示的代码提供,让用户可以更加清楚地理解和运用自定义对话框。-Custom dialog demo code provided, so users can more clearly understand and use a custom dialog box.
- 2022-03-06 04:47:58下载
- 积分: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
-
simple grid control. SOURCE
简易网格控件.SOURCE - contains LiteGrid control source files
.VCTEST - contains an example of LiteGrid usage from a
MFC application.
.VBTEST - contains an example of LiteGrid usage from a VB project.-simple grid control. SOURCE -contains LiteGrid cont rol source files. VCTEST -contains an exampl e LiteGrid of usage from a MFC application.. VB TEST -contains an example of usage fr LiteGrid om a VB project.
- 2022-03-04 08:52:10下载
- 积分:1
-
Delphi7.0实现漂亮的汉字窗口,很好用,也很漂亮,不是垃圾
Delphi7.0实现漂亮的汉字窗口,很好用,也很漂亮,不是垃圾-Delphi7.0 achieve beautiful Chinese characters window is useful, very beautiful, not rubbish
- 2022-08-23 07:23:17下载
- 积分:1
-
使用vc6实现单文档三叉分割框架,内嵌属性页。
使用vc6实现单文档三叉分割框架,内嵌属性页。-vc6 use single-file trigeminal undivided framework that incorporates property pages.
- 2022-07-25 09:52:43下载
- 积分:1
-
创建一个不可关闭的对话框
创建一个不可关闭的对话框-not create a closed box
- 2023-03-06 14:20:03下载
- 积分:1
-
vc标准控件的基本使用,是一套教材上的一个实例,我在学习过程中练手用的,对初学都对对话框和控件的运用有很大作用...
vc标准控件的基本使用,是一套教材上的一个实例,我在学习过程中练手用的,对初学都对对话框和控件的运用有很大作用-vc standards controls the basic use is a textbook example of one, I in the process of learning to practice hand, are for beginners and dialog controls on the use of a significant role
- 2023-08-07 15:15:04下载
- 积分:1