-
一个华丽的界面
使用方法
方法一:
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
-
目录树控件 目录树控件 目录树控件
目录树控件 目录树控件 目录树控件-tree dir ctrl tree dir ctrl tree dir ctrl
- 2022-03-20 04:48:44下载
- 积分:1
-
带alpha通道的透明窗口
WINDOWS透明窗口的使用
带alpha通道的透明窗口
WINDOWS透明窗口的使用-With alpha-channel transparent window transparent window using WINDOWS
- 2022-07-05 04:15:35下载
- 积分:1
-
拾取屏幕上的颜色,类似于Flash中的吸色器
拾取屏幕上的颜色,类似于Flash中的吸色器
-pick up on the screen colors, similar to the Flash of Color suction device
- 2022-09-21 10:20:03下载
- 积分:1
-
word 宏代码,实现一些简单文字处理操作的代码
word 宏代码,实现一些简单文字处理操作的代码-word macro code to achieve some simple word processing operation code
- 2022-07-19 12:12:53下载
- 积分:1
-
一个通用的VC报表控件,可以用来开发类似PPLIVE节目列表...
一个通用的VC报表控件,可以用来开发类似PPLIVE节目列表-VC a generic control statements that can be used to develop similar programs PPLIVE list
- 2022-02-04 06:33:39下载
- 积分:1
-
本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框...
本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框-procedures since the column headings drawn minimize and maximize buttons, and since painted around the window frame
- 2022-03-25 17:14:50下载
- 积分:1
-
当对话框大小改变时,其中的控件的大小和位置的可以随之变化,此代码提供了一种解决办法及其相关函数...
当对话框大小改变时,其中的控件的大小和位置的可以随之变化,此代码提供了一种解决办法及其相关函数-When the dialog box the size of changes, which controls the size and location of changes can be followed, this code provides a solution and its correlation function
- 2022-03-07 20:17:14下载
- 积分:1
-
该程序改变了对话框的以及按钮的样式,可以在两个不同对话框样式之间进行交换!...
该程序改变了对话框的以及按钮的样式,可以在两个不同对话框样式之间进行交换!-the program changed and the dialog button style, in two different forms of the dialog between the exchange!
- 2022-06-21 12:05:30下载
- 积分:1
-
系统托盘不会显示您的窗口或对话框(隐藏)。VC2003编译…
系统任务栏将不显示你的窗口或对话框(隐藏)。VC2003 中编译通过。-System Tray will not display your window or dialog box (hidden). VC2003 compiled through.
- 2023-08-26 06:30:03下载
- 积分:1