搜索资源列表
VB设计的屏保
- 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法: 1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。 2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为
VB设计的屏保
- 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法: 1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。 2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为
WindowsApplication4
- 采用c# + directX 9.0 做的一个 用DirectInput捕捉 鼠标和键盘 的例子 ,移动鼠标并将鼠标的坐标显示在窗体上, 键盘上按esc键弹出是否退出应用程序-采用c# + directX 9.0 做的一个 用DirectInput捕捉 鼠标和键盘 的例子 ,移动鼠标并将鼠标的坐标显示在窗体上, 键盘上按esc键弹出是否退出应用程序
ControlFormMove
- C#窗体移动示例,用键盘上的方向键控制窗体的移动,上、下、左、右键各控制窗体移动的方向-C# form mobile example, use the keyboard arrow keys to control the form of a mobile, on, under, left and right of each control form the direction of movement
ControlFormMove
- C#窗体移动示例,用键盘上的方向键控制窗体的移动,上、下、左、右键各控制窗体移动的方向,其实平时用的这种功能的不多,为了学习C#的目的,特将此源码发上来让新手们参考。-C# form mobile example, use the arrow keys on the keyboard to control the movement of the form, up, down, left and right of each contro
Mobile-keyboard-control-form
- 此文件的功能是用键盘控制窗体的移动,此文件是使用C#编写的-Keyboard control the movement of the form, C# Prepared
45368765444455
- C#窗体移动示例源代码下载,用键盘上的方向键控制窗体的移动,上、下、左、右键各控制窗体移动的方向,其实平时用的这种功能的不多,作者版权所有,仅供学习与参考。-C# form mobile sample source code download, mobile using the keyboard arrow keys to control the form, the upper and lower, left, right click
86356
- 用键盘控制窗体的移动,C#经典编程实例源码,很好的参考资料。-Mobile keyboard control form, classic instance of C# programming source code, a good reference.
ControlFormMove
- 使用键盘上、下、左、右键控制窗体移动(Use the keyboard, down, left, and right keys to control form movement)