-
VB6编程,界面控制类,回车后焦点自动到下一个控件
VB6编程,界面控制类,回车后焦点自动到下一个控件-VB6 programming interface control category, automatic carriage return after the focus to the next control
- 2022-05-22 05:33:20下载
- 积分:1
-
简单的Java聊天服务器和客户端之间的应用
此示例聊天用java,并将该软件用于服务器和客户机之间使用Java GUI和访问使用端口和插座进行沟通。
- 2022-01-26 05:45:34下载
- 积分:1
-
带串口输入显示图形和具有软件可编程滤波器特别…
Take Comport input to show as Graph and has software programmable filters particularly for EEG application.
- 2022-03-13 12:33:53下载
- 积分:1
-
在你的应用程序中增加一个Splash 屏幕。
在你的应用程序中增加一个Splash 屏幕。-in your application to add a Splash screen.
- 2022-07-07 17:25:22下载
- 积分:1
-
如何实现按钮切换
教你怎么轻松实现这个功能
- 2022-01-22 06:47:05下载
- 积分:1
-
文件浏览器,支持方便的浏览本地文件系统
采用c#语言编写
文件浏览器,支持方便的浏览本地文件系统
采用c#语言编写-File browser and support the convenience to browse the local file system uses the c# Languages
- 2023-02-22 07:35:03下载
- 积分: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
-
此程序不以任意点拖动形式的形式出现
本程序是实现可在无标题窗体中的任意点拖动窗体-this program is not heading in the form of arbitrary point drag Form
- 2022-06-17 09:40:00下载
- 积分:1
-
vc interface prepared by the source code is very practical, from which one can l...
vc++编写的界面源代码,很实用,从中可以学到不少东西!-vc interface prepared by the source code is very practical, from which one can learn many things!
- 2022-07-19 15:48:29下载
- 积分:1
-
a very simple procedure, demonstrating how the buttons control the use of the tw...
一个非常简单的程序,演示按钮控件是如何使用的,本例有两个按钮-a very simple procedure, demonstrating how the buttons control the use of the two cases are buttons
- 2022-09-15 18:55:02下载
- 积分:1