-
Table TabStrip control the use of examples of the use of simple control example...
TabStrip表控件使用实例,简单的TAB控件使用范例-Table TabStrip control the use of examples of the use of simple control example TAB
- 2022-02-26 09:03:30下载
- 积分: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
-
医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下...
医药信息管理系统.用VB做的,还不错.功能比较齐全,有学习的同学可以参考一下-medical information management system. VB do, quite good. Functional relatively complete, the students can learn reference
- 2022-09-20 20:40:07下载
- 积分:1
-
This bar is similar to the Outlook, Outlook express, or Front Page 98 editor. It
This bar is similar to the Outlook, Outlook express, or Front Page 98 editor. It is useful to display application specific information with text and bitmaps. You can change dynamically 信息栏和Outlook,Outlook express或Front Page 98编辑器上的相似。用它来通过本文和位图显示应用程序的特性信息非常实用。你能动态地改变它-This bar is similar to the Outlook, Outlook express, or Front
Page 98 editor. It is useful to display application specific
information with text and bitmaps. You can change dynamically
information fence and Outlook, Outlook express or Front Page 98
editors on similar. Comes with it through this article and the
position chart demonstrated the application procedure the
characteristic information is extremely practical. You can dynamic
change it
- 2022-10-02 14:15:03下载
- 积分:1
-
ZgGroupMenu
ZgGroupMenu
- 2022-03-12 22:46:12下载
- 积分:1
-
a series of the scale mapping procedures, based on the Connection, as a free add...
一个自己编的比例尺绘制程序,基于MAPX,可以作为一个自由图层加到GIS系统中-a series of the scale mapping procedures, based on the Connection, as a free add layers of GIS System
- 2022-05-20 12:19:33下载
- 积分:1
-
C++builder操作任务栏图标,一用就会的代码.
C++builder操作任务栏图标,一用就会的代码.-C builder operation task bar icon, a code will be used.
- 2022-02-02 07:03:14下载
- 积分:1
-
html5动态更改页面大小nodewebkit
资源描述使用nodewebkit打开页面,实现html5完成窗口页面变大、变小。可以是实现窗口抖动,以及停止抖动。实现过程:nw 3.nw
- 2022-03-13 19:47:31下载
- 积分:1
-
短信息二次开发接口,可以提供给用户进行短信息方面的开发,TEXT模式和PDU模式...
短信息二次开发接口,可以提供给用户进行短信息方面的开发,TEXT模式和PDU模式-short message secondary development interface, it can provide to the users of short message development, TEXT mode and PDU mode
- 2022-01-23 11:11:07下载
- 积分:1
-
设置分裂条方向,用VC编写
设置分裂条方向,用VC编写-set the direction of the split, prepared by VC
- 2022-02-21 17:53:50下载
- 积分:1