-
基于MFC,到目前为止最好用最美观的ToolTip,支持VS2008
基于MFC,到目前为止最好用最美观的ToolTip,支持VS2008-Based on MFC, so far the best in the most beautiful ToolTip, support for VS2008
- 2023-07-16 20:15:04下载
- 积分:1
-
有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验...
有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验-the screen of source code, we have certain advantages .... We would like to learn some experience
- 2022-03-01 15:37:53下载
- 积分:1
-
此自定义位图(图像)预览控件。糟糕的代码。
This custom bitmap(image) preview control. poor code.-This is custom bitmap(image) preview control. poor code.
- 2023-04-02 17:40: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
-
grasp of word processing procedures for the preparation, how to customize fonts...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-03-22 08:53:47下载
- 积分:1
-
图形界面的汉诺伊塔问题求解程序,动态显示运行求解问题的过程...
图形界面的汉诺伊塔问题求解程序,动态显示运行求解问题的过程-Han Nuoyi Ta graphical interface problem-solving process, dynamic display of running the process of problem solving
- 2022-03-04 21:47:28下载
- 积分:1
-
用MFC源码实现了类似windowsxp风格的工具条提示.
用MFC源码实现了类似windowsxp风格的工具条提示.-MFC source code used to achieve a similar style toolbar windowsxp tips.
- 2022-03-13 14:05:26下载
- 积分:1
-
窗口半透明出入的程序 应用了ClsDIB技术
窗口半透明出入的程序 应用了ClsDIB技术-translucent window access to the procedure used by the technical ClsDIB
- 2023-04-10 09:00:03下载
- 积分:1
-
用资源管理器的框架模式,显示多文档窗口的一个模版
用资源管理器的框架模式,显示多文档窗口的一个模版-resources management framework for the pattern indicates that more than one document window template
- 2022-04-15 16:51:33下载
- 积分:1
-
一个汉字输入法练习软件,通过它可以练习大众几何码的输入方法,这是大众几何码的配套输入练习软件....
一个汉字输入法练习软件,通过它可以练习大众几何码的输入方法,这是大众几何码的配套输入练习软件.-a Chinese character input method software practice, through which the public can practice geometric code input method, which is public matching geometric code input software practice.
- 2022-07-03 05:15:24下载
- 积分:1