-
编写的一个班级管理系统的程序,可以实现改变,删除,…
用java编写的一个班级管理系统的程序,可以实现修改,删除,查询等功能-prepared with a class management system procedures, can achieve change, delete, query capabilities.
- 2022-07-07 05:18:33下载
- 积分:1
-
控制滚动条的源码
控制滚动条的源码-control of the source
- 2022-01-25 23:37:00下载
- 积分: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的多媒体播放器
1.1. 实现功能 (1) 可以通过界面操作进行音频录制 (2) 可以通过界面播放刚刚录制的声音,或者其他音频文件 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 08:30:03下载
- 积分:1
-
eight digital vc realize the problem, beautiful interface, highly functional
八数码难题的vc实现,界面美观,功能很强-eight digital vc realize the problem, beautiful interface, highly functional
- 2023-02-02 06:50:03下载
- 积分:1
-
基于MFC的时钟程序
应用背景基于MFC的对话框程序,和本地时间同步,以图形形式显示,已经整理成一个类,在大型项目中使用,美化程序的外观。关键技术基于MFC对话框程序,分别进行背景、时、分、秒针的界面设计并采用弧度计算精确与本地时间同步。将背景、时、分、秒针类放在一个.cpp文件里,方便了程序的加载。
- 2023-06-23 23:00:06下载
- 积分:1
-
一个完整的图书管理系统,功能强大完整,利用C++和数据库的连接形成管理系统,完美的源代码...
一个完整的图书管理系统,功能强大完整,利用C++和数据库的连接形成管理系统,完美的源代码-a complete library management system, powerful integrity, the use of C and the database management system of connected, the perfect source code! !
- 2022-03-06 08:01:58下载
- 积分:1
-
基于qt creator 的视频播放器
应用背景基于qt creator 的视频播放器。。。。。。。。。。。。。。。。。关键技术基于qt creator 的视频播放器。可以在qt4 下正常运行。用C++编写。跨平台移植。界面完善,实现了播放视频,暂停,快进等功能。
- 2022-07-28 02:36:01下载
- 积分:1
-
通过vc中画图工具,画出螺旋线,用来为切割机的运动提供轨迹...
通过vc中画图工具,画出螺旋线,用来为切割机的运动提供轨迹-Through the vc in drawing tools, draw spiral line, cutting machine used to track the movement
- 2023-03-26 16:05:03下载
- 积分:1
-
一、实现的功能 1、支持所有按钮,包括checkButton,RadioButton,NormalButton,GroupBotton。 2、支持所有的Comb
一、实现的功能 1、支持所有按钮,包括checkButton,RadioButton,NormalButton,GroupBotton。 2、支持所有的Combo Box。 3、支持滚动条。 4、支持进度条。 5、支持通用对话窗与MessageBox。 6、全部支持Hover状态。 7、支持单文档、多文档、对话窗程序。 8、支持VC6/7、VB6/7、CB5/6/7。 9、支持Win95以上操作系统。-one, a realization of the function, and support all buttons, including checkButton, RadioButton, NormalButton, GroupBotton. 2, and support all the Combo Box. 3, the support of the roll. 4, the progress of the support. 5, support universal dialogue window and MessageBox. 6, all support Hover state. 7, support the single-file, multi-document, the dialogue window procedure. 8, support VC6/7, VB6/7, CB5/6/7. 9, the operating system supports more than Win95.
- 2022-04-09 10:27:37下载
- 积分:1