-
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
-
CAD模拟的源代码 用MFC作的
CAD模拟的源代码 用MFC作的-CAD simulation of the source code used for the MFC
- 2023-05-07 07:05:02下载
- 积分:1
-
CAsyncSocket样本客户机/服务器
CAsyncSocket Sample client/server
- 2022-07-08 14:24:32下载
- 积分:1
-
LAN chatting tool
局域网内用来聊天的工具-LAN chatting tool
- 2022-10-21 06:35:04下载
- 积分:1
-
数据库批量转换
数据库批量转换-database batch conversion
- 2022-02-04 06:47:11下载
- 积分:1
-
VB.NET program an example of start
一个有关VB.NET程序起动参数的例子.
例如:
运行:"abc.exe a" 启动为form1
:"abc.exe b" 启动form2-VB.NET program an example of start-up parameters. For example: running:
- 2022-02-02 12:58:13下载
- 积分:1
-
Academic Management System, rich in content, including various Senate inquiries,...
教务管理系统,内容丰富,包含各种教务查询工作,非常方便,使用灵活。-Academic Management System, rich in content, including various Senate inquiries, a very convenient and flexible in use.
- 2023-05-14 13:00:04下载
- 积分:1
-
matlab 图象开发 chapter 4
matlab 图象开发 chapter 4-Matlab Image Development chapter 4
- 2022-07-09 13:53:54下载
- 积分:1
-
CCITT G4编解码源用于传真机使用开发环境下实现的。
VC环境下的CCITT G4编码解码源程序,用于传真机开发使用。-VC environment under the CCITT G4 codec source for the development of fax use.
- 2022-01-30 13:25:39下载
- 积分:1
-
C++ 打飞机源代码
用C++实现打飞机游戏!
直接可以在vc++6.0 或者更高级版本如VS 2012,VS2013上直接运行。
希望对学习C++的初学者有一定帮助!
- 2022-04-01 05:18:38下载
- 积分:1