-
功能强大的扩展消息框、输入框、闪屏框
功能强大的扩展消息框、输入框、闪屏框-powerful extensions news box, input box, flashing screen frame
- 2022-11-13 08: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
-
Winamp样式的自动停靠对话框
Winamp样式的自动停靠对话框
Winamp样式的自动停靠对话框
Winamp样式的自动停靠对话框-Winamp-style dialog box automatically docked automatically docked Winamp-style dialog box
- 2022-04-21 06:55:43下载
- 积分:1
-
Modbus通信软件的源代码,供大家参考学习
一个MODBUS的通讯软件源代码,供大家参考学习-A MODBUS communications software source code, for your reference learning
- 2022-03-21 17:02:50下载
- 积分:1
-
一个VC++中单文档,多视图的例子.其中一个为TreeView视图,一个为一般视图...
一个VC++中单文档,多视图的例子.其中一个为TreeView视图,一个为一般视图-a single file, multi-view examples. One of the TreeView View, a general view
- 2022-10-26 15:45:03下载
- 积分:1
-
对话框上画图的实现,效果比别的方法快,值得借鉴。非常好的实现方法,通过特殊的加载方法实现。...
对话框上画图的实现,效果比别的方法快,值得借鉴。非常好的实现方法,通过特殊的加载方法实现。-Dialog box on the drawing to achieve results faster than other methods, is worth learning from. Very good method, through special load method.
- 2023-01-30 13:25:03下载
- 积分:1
-
window of the C language development source. Extracting passwords are www.supcod...
窗口开发的 C 语言源程序.解压密码是www.supcode.com-window of the C language development source. Extracting passwords are www.supcode.com
- 2022-05-20 06:20:49下载
- 积分:1
-
一个类似于幻灯片的界面切换方案,可以实现界面及控件的滑动切换...
一个类似于幻灯片的界面切换方案,可以实现界面及控件的滑动切换-an interface similar to the slide switch, and the interface can be achieved controls the sliding switch
- 2022-01-31 13:36:06下载
- 积分:1
-
一个用于多文档MDI的对话框子窗口,与FormView不同,不需要子框架窗口的支持。...
一个用于多文档MDI的对话框子窗口,与FormView不同,不需要子框架窗口的支持。-more documentation for an MDI window-box, and FormView different, not for the support of the framework of the window.
- 2022-03-22 16:32:31下载
- 积分: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