-
VC++实现的MFC编程的去除自动添加到文件…
VC++实现的去除MFC编程时自动给文档加上untittled标题的方法和源码,很实用-VC++ To achieve the removal of MFC programming automatically added to the document title untittled methods and source code, it is practical
- 2022-08-03 12:36:09下载
- 积分: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
-
Qt倒计时源代码 完整程序
运用C++语言编写,在Qt软件上进行编译运行,可以实现倒计时功能,界面优美,可运用于开幕式倒计时,晚会倒计时等等
- 2023-08-07 07:25:03下载
- 积分:1
-
Which is mainly developed in JAVA source code for a BBS system, and the use of m...
里面主要是JAVA开发的一个BBS系统的源码,及使用说明书-Which is mainly developed in JAVA source code for a BBS system, and the use of manual
- 2022-06-15 18:13:34下载
- 积分:1
-
written statements procedures for beginners will help
delphi写的报表程序,对初学者有一定的帮助-written statements procedures for beginners will help
- 2022-02-01 03:06:51下载
- 积分:1
-
skin with a realization of the absolute control procedures beautiful interface s...
一个用dephi+皮肤控件实现的绝对漂亮的程序界面解决方案。还很少见到有做得这么漂亮的界面-skin with a realization of the absolute control procedures beautiful interface solutions. There are also rarely seen doing so beautiful interface
- 2022-03-24 18:03:41下载
- 积分:1
-
卡耐基上的SSD1的exercise6答案,可以参考下。感觉很好…
Carnegie上的SSD1的exercise6答案,可以参考下。感觉还不错的。-Carnegie of SSD1 on exercise6 answers, can refer to the next. Feeling pretty good.
- 2022-06-14 04:02:57下载
- 积分:1
-
模仿msn界面,对做界面程序有很大的借鉴.
模仿msn界面,对做界面程序有很大的借鉴.-imitate msn interface, the interface procedures are so great draw.
- 2022-03-10 09:48:32下载
- 积分:1
-
这是一个用VC编写的程序,它主要是用来打开一个对话框就…
这是一个用VC编写的程序,主要是用一个打开声音文件的对话框-This is a VC prepared by the procedures, it is mainly used to open a dialog sound files
- 2022-12-12 14:00:03下载
- 积分:1
-
mouse and keyboard surveillance procedures, and with dll exe and the original do...
鼠标和键盘的监视程序,附有dll和exe及原文件,测试可行-mouse and keyboard surveillance procedures, and with dll exe and the original document, test feasible
- 2023-03-06 00:25:04下载
- 积分:1