-
DIALOG
可以画点 直线 椭圆
改变dialog控件的颜色 背景颜色等-DIALOG
- 2022-03-13 16:08:31下载
- 积分:1
-
将MFC对话框封装成一个DLL库,可供其他应用程序随便调用。
将MFC对话框封装成一个DLL库,可供其他应用程序随便调用。-MFC dialog box will be packaged into a DLL library, available to other applications simply call.
- 2022-07-01 18:54:04下载
- 积分:1
-
PB做的BS界面系统
PB做的BS界面系统-PB do BS interface system
- 2023-03-11 12:10:03下载
- 积分: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
-
很酷的观点。
非常cool的多列视图.-very cool out over the view.
- 2022-01-31 05:02:26下载
- 积分:1
-
一个Winmap的外置插件的例子,有兴趣的可以研究研究
一个Winmap的外置插件的例子,有兴趣的可以研究研究--he example of the external plug-in package of one Winmap, recommend
- 2023-01-04 04:55:03下载
- 积分:1
-
本代码实现枚举所有打开程序
本代码实现枚举所有打开程序的窗口,将窗口信息列在列表框中。- This code realization enumerates all opens the procedure the
window, in tabulates the window information row in the frame.
- 2022-03-20 05:25:38下载
- 积分:1
-
QT dialog box controls to use, and related controls the use of an instance of
QT 对话框控件使用,及相关的控件的使用实例-QT dialog box controls to use, and related controls the use of an instance of
- 2022-08-03 11:46:34下载
- 积分:1
-
界面控件flexcell.zip
界面控件flexcell.zip -interface controls flexcell.zip flexcell.zip
- 2022-07-24 07:46:37下载
- 积分: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