-
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。...
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。-in VC progress of the dialog box controls on the basis of expansion, imitating professional software interface, a color shown gradual progress, it will give you the use of the application elegance.
- 2022-03-13 20:02:22下载
- 积分:1
-
duilib 不错的开源界面库能方便做出360效果的界面
duilib 不错的开源界面库能方便做出360效果的界面
- 2022-01-25 20:23:34下载
- 积分: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
-
数字编辑框
这个是自己编写的只能填写数字的编辑框,基于MFC的,经过自己测试通过,并且在多个项目中使用过。
- 2022-11-16 16:10:03下载
- 积分:1
-
在VC上实现与Palm保持同步通信的软件源码!
在VC上实现与Palm保持同步通信的软件源码!-in VC achieve Palm keep pace with the communications software source code!
- 2023-01-15 23:55:03下载
- 积分:1
-
MFC的绘图程序,可以用鼠标绘制简单的图形,形成的主要是点状图...
MFC的绘图程序,可以用鼠标绘制简单的图形,形成的主要是点状图-MFC
- 2022-02-03 23:13:25下载
- 积分:1
-
establish greater than the virtual screen form
建立大于屏幕的虚拟表单-establish greater than the virtual screen form
- 2022-04-08 06:51:57下载
- 积分:1
-
MFC实现液位控制系统
资源描述通过MFC实现简单的液位控制系统,含有PID算法,并含有一个按钮贴图的类,功能很强大。
- 2022-05-09 13:00:43下载
- 积分:1
-
系统处于等待/忙状态时用的对话框
系统处于等待/忙状态时用的对话框-The dialog which can be used to display the system in wait or busy state
- 2022-07-17 16:20:43下载
- 积分:1
-
Qt串口调试助手
资源描述Qt编写的串口调试助手,自己学习Qt时写的,有很好的参考价值,在linux下也时可用的,只需要该一下头文件,串口库改成linux下就可以了,应为Qt时跨平台的,所以还是很方便的
- 2022-09-06 12:30:02下载
- 积分:1