-
Library system
一个用C++实现的图书馆管理系统,主要是用MFC实现的-Library system
- 2022-02-16 01:44:26下载
- 积分:1
-
一个可以播放MID声音文件的小程序,不知道对你们有没有用
一个可以播放MID声音文件的小程序,不知道对你们有没有用-a MID can play audio files of small programs, you do not know to be useless
- 2022-02-07 02:16:02下载
- 积分:1
-
1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写V...
1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法: 1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。 2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,当用参数值False调用时,鼠标光标自动隐藏。 3、检测鼠标移动VB中有一个检测鼠标移动的对象事件MouseMove事件。MouseMove事件通常在应用程序启动时就会触发,有时在鼠标并未移动的情况下,MouseMove事件仍有可能被触发。因此如果在程序中直接用MouseMove事件检测鼠标是否发生了移动,并不能正确反映鼠标的移动状况。应该在MouseMove事件中编写代码加以控制。 -1) screen saver running, the mouse cursor automatically hidden, at the end of the procedure, the cursor display. 2) When the click, move the mouse or press the keyboard, the screen ends and return to normal operating status. To achieve these characteristics, in the preparation of VB applications, can be used as follows : a change forms usually attribute the VB application forms have adopted a frame of the window appearance, but as screen protection procedures should be provided to non-Window frame, and as a maximum. 2, hide and display the mouse c
- 2022-03-03 19:10:51下载
- 积分:1
-
关于windows CE流接口驱动程序的实验文档,微软官方给的,值得下载...
关于windows CE流接口驱动程序的实验文档,微软官方给的,值得下载-On the windows CE stream interface driver Experimental documents, Microsoft official given, it is worth downloading
- 2022-04-16 10:29:42下载
- 积分:1
-
This is one of the small payroll procedures. C is the entry of small experiments...
这是一个关于工资发放的小程序.是C++入门的小实验品,希望给那些刚学C++的一点提示-This is one of the small payroll procedures. C is the entry of small experiments, hoping to those just learning to suggest C 1:00
- 2022-11-11 11:00:03下载
- 积分:1
-
Client
TCP通讯中的Client端设计,基于TCP、Socket,与Server实现通讯-Client-side TCP communication in the design, based on TCP, Socket, and the Server to achieve communication
- 2023-07-08 19:25:05下载
- 积分:1
-
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。...
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。-A good c/c++ Coding norms, can teach you to write good quality code.
- 2022-02-02 06:45:25下载
- 积分:1
-
Windows自动编译工具源代码
Windows自动编译工具源代码-Windows automatic translation tool source code
- 2023-01-10 19:35:03下载
- 积分:1
-
VC++精品源码打包下载,里面包含很多常用的代码。希望对你有帮助...
VC++精品源码打包下载,里面包含很多常用的代码。希望对你有帮助-VC++ elaborate code collection to download,included much very useful source code,hope it will be helpful to you.
- 2022-07-16 09:37:57下载
- 积分:1
-
后付费计费系统
与实时计费系统相比,后付费计费系统提供了更多的灵活性。例如,实时计费系统不能灵活地维护复杂的业务客户层次结构,因为后付费计费系统可以处理高达N级的客户层次结构。
- 2022-09-30 10:10:05下载
- 积分:1