-
一个简单的MFC编程的入门书。能够更好的帮助初学者和容易的。
一本简单的MFC编程入门书籍。能更好地帮助新手深入浅出地接受MFC.-A simple MFC programming book entry. Better able to help the novice and easily comprehensible manner acceptable MFC.
- 2022-02-06 19:16:20下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
Cool,一个集成了很多Tab窗口使用方法的多文档界面程序,拥有了他,保管让你创建界面功能复杂的的程序时节省不少时间。本包里面包含了所有工程的文件...
Cool,一个集成了很多Tab窗口使用方法的多文档界面程序,拥有了他,保管让你创建界面功能复杂的的程序时节省不少时间。本包里面包含了所有工程的文件-Cool, a lot of Tab integrated use of the window of Multiple Document Interface procedures, and had he, custodian let you create complex functions of the interface procedures to save a lot of time. This package which contains all the documents
- 2022-02-01 17:57:27下载
- 积分:1
-
自制工作对话框实现源程序
对话框上自制工作栏的实现源码 -dialog on homemade work to achieve the source column
- 2022-05-05 21:53:28下载
- 积分:1
-
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,...
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$WindowsSystemMacromed Flash中
或在Win2000中的$WinntSystem32 MacromedFlash中找到它。ActiveX控件在Windows里是通用的,
Delphi也同样支持。
-machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows System Macromed Flash or in the Win2000 $ WINNT System32 Macromed Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
- 2022-01-26 01:57:39下载
- 积分:1
-
MFC界面编程,根据位图设置不规则的窗体
MFC界面编程,根据位图设置不规则的窗体 - 源代码-MFC programming interface, according to a bitmap form irregular set up- the source code
- 2022-03-22 09:55:07下载
- 积分:1
-
IDL二次开发实习内容作业包括打开各种格式的图像保存成各种格式,包括二进制、jpeg,tiff,对图像进行简单处理(平滑,增强,均衡化)...
IDL二次开发实习内容作业包括打开各种格式的图像保存成各种格式,包括二进制、jpeg,tiff,对图像进行简单处理(平滑,增强,均衡化)-Secondary development of practical content of IDL operations include opening a variety of formats to save images into a variety of formats, including binary, jpeg, tiff, a simple image processing (smoothing, enhancement, equalization)
- 2022-07-16 06:02:16下载
- 积分:1
-
电子相册,用java写的电子相册,希望对大家有用,我试了下,是可用的...
电子相册,用java写的电子相册,希望对大家有用,我试了下,是可用的-Electronic album, using java to write the electronic album, hope for all of us, I would try the next, is available
- 2022-10-09 18:15:03下载
- 积分:1
-
同过单文档程序实现多文档的效果
同过单文档程序实现多文档的效果...
同过单文档程序实现多文档的效果
同过单文档程序实现多文档的效果 -Analog multi-document
- 2022-07-15 01:46:46下载
- 积分:1
-
a look at the document to help others, and laughter laughter laughter
一个文件看看希望能够帮助别人,-a look at the document to help others, and laughter laughter laughter
- 2022-02-13 08:18:52下载
- 积分:1