-
可自定义标题栏文本的状态,适合初学者学习。
可以自定义标题栏的文本状态,适合初学者进行学习研究。-Can customize the title bar text of the state, suitable for beginners to study.
- 2022-02-13 18:59:55下载
- 积分:1
-
palette small program reveals the RGB palette principle, suitable for beginners.
调色板小程序,揭示了三原色的调色原理,适合初学者。-palette small program reveals the RGB palette principle, suitable for beginners.
- 2022-08-06 01:47:48下载
- 积分:1
-
《Visual c++6.0程序设计从入门到精通》第6章习题源码
《Visual c++6.0程序设计从入门到精通》第6章习题源码-err
- 2022-06-03 02:03:40下载
- 积分:1
-
Cycle in GL
//ConsoleApplication11.cpp:定义控制台应用程序的入口点。
- 2022-03-13 06:27:54下载
- 积分:1
-
检查奇/偶数
应用背景这是一个简单的程序来检查奇数或偶数。你可以输入数字,系统可以告诉你,你输入的数是奇数还是偶数。关键技术这个程序仅仅用vb.net。是啊,希望这能帮助你学习。
- 2022-02-21 22:19:53下载
- 积分:1
-
一个仿delphi3.0的程序。
一个仿delphi3.0的程序。-an imitation delphi3.0 procedures.
- 2022-03-10 18:25:26下载
- 积分:1
-
A dock, and can be automatically hidden, and can be peeling the OutLookBar. I th...
一个可停靠的、可自动隐藏的、并且可以换肤的 OutLookBar。我认为如果制作一个可以停靠的 OutLookBar 一定非常酷 。-A dock, and can be automatically hidden, and can be peeling the OutLookBar. I think if you can make a docked OutLookBar be very cool.
- 2023-05-10 18:20:02下载
- 积分:1
-
基于C#的串口实现
基于C#的串口实现,适合学习,Windows窗体应用程序,也可以适当修改用于工程应用
- 2023-01-01 13:45:07下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1
-
颜色不断变化的进度条
颜色不断变化的进度条-Processing bar which color keeps changing
- 2022-03-21 18:59:15下载
- 积分:1