Welcome![Sign In][Sign Up]
Location:
Search - Screen Saver vb

Search list

[Other resourcepingbaoketing11111

Description: 自己做的一个简单的屏幕保护程序,用VB做的,相当多人问我要了,-have done a simple screen saver, VB done, many people asked me, huh
Platform: | Size: 3793 | Author: 啊木 | Hits:

[Screen saverComplete The Matrix Screen Saver

Description: 《黑客帝国》屏幕保护VB源程序-"Matrix" screen VB source
Platform: | Size: 39490 | Author: 方恨少 | Hits:

[Windows DevelopVB设计的屏保

Description: 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 cursor in Visual Basic Application Program hide and display the mouse cursor need to use Windows API function which is called ShowCursor. When using parameters True called to show the mouse cursor, using parameter values False call, the mouse curso
Platform: | Size: 2514 | Author: 田欣 | Hits:

[Screen saverfilesystem

Description: vb.net 文件系统及屏幕保护程式-vb.net file system and screen saver
Platform: | Size: 7168 | Author: 吴天 | Hits:

[Screen saverComplete The Matrix Screen Saver

Description: 《黑客帝国》屏幕保护VB源程序-"Matrix" screen VB source
Platform: | Size: 38912 | Author: 方恨少 | Hits:

[Screen saver下雪屏保

Description: 这是一个用vb编写的一个下雪的屏保程序。下载后直接用vb打开就可以进行编辑。-vb prepared with the snow of a screen saver. After downloading directly vb can open for editing.
Platform: | Size: 136192 | Author: 王东 | Hits:

[Screen saverssaver

Description: 在屏幕上卷滚文字的屏幕保护程序 ,谢谢版主采用.-Volume on the screen rolling text screen saver, thank moderator used.
Platform: | Size: 8192 | Author: 吴卫华 | Hits:

[Windows DevelopVB设计的屏保

Description: 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 cursor in Visual Basic Application Program hide and display the mouse cursor need to use Windows API function which is called ShowCursor. When using parameters True called to show the mouse cursor, using parameter values False call, the mouse curso
Platform: | Size: 2048 | Author: 田欣 | Hits:

[2D Graphicpingbaoketing11111

Description: 自己做的一个简单的屏幕保护程序,用VB做的,相当多人问我要了,-have done a simple screen saver, VB done, many people asked me, huh
Platform: | Size: 3072 | Author: 啊木 | Hits:

[Button control5ivb_195634

Description: 这是一个封装了部分Windows API的控件,它可以实现以下功能:1、Windows关机;2、自动发EMail、自动打开一个主页;3、调用默认程序打开各种类型的文件;4、将自己的程序让Win95启动时执行;5、变VB5.0的工具栏为平面工具栏;6、打开屏幕保护程序;7、打开、关闭CDRom;8、改变Form的标题栏颜色;9、Enable Didable Ctrl+Alt+DEl;10、改变屏幕分辨率;11、播放Mid、Wav音;12、得到硬盘可用空间;13、隐藏、显现鼠标;14、变鼠标为动画光标;15、隐藏、显现任务栏;16、以一PictureBox的图片填充整个Form的背景;17、改变桌面图案- This was seals partial Windows API to control below, it was allowed to realize the function: 1st, Windows Guan Ji; 2nd, automatically sends EMail, automatically opens a main page; 3rd, the transfer tacitly approves the procedure to open each kind of type the document; 4th, lets own procedure time the Win95 start carries out; 5th, changes VB5.0 the tool fence for the plane tool fence; 6th, opens the screen saver; 7th, opens, closes CDRom; 8th, changes Form the title block color; 9th, Enable Didable Ctrl Alt DEl; 10th, change screen resolution; 11th, broadcasts Mid, the Wav sound; 12th, obtains the hard disk to be possible to use the space; 13th, the hideaway, appears the mouse; 14th, changes the mouse for the animated cursors; 15th, the hideaway, appears the duty fence; 16th, fills the entire Form background by a PictureBox picture; 17th, change tabletop design
Platform: | Size: 71680 | Author: jindan | Hits:

[Screen saverVBxktx

Description: VB模拟闪电特效,很经典的,可以用做屏幕保护程序,不过不能长时间看哟!-VB simulated lightning effects, it is classic, can make screen saver, but should not look a long time yo!
Platform: | Size: 4096 | Author: 陈峰 | Hits:

[GDI-Bitmapscrnsave_code

Description: 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。   本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Software Development kit,即windows软件开发工具包)编写,可以说是在Windows下编程的最低层,也是windows程序的标准编写方式。相信本程序对理解在windows下编程的一般结构和思想有所帮助。   本程序用C语言编写,在Visual C++6.0下编译调试,在代码文件中有详细的注释,几乎是一行程序一行注释。具体问题可以看源程序的Readme.txt,其他问题可发邮件给我。-This is a platform for running under windows similar to the screen saver win98 "change line" Dongdong, but masked the Alt+ Ctrl+ Del, Alt+ Tab keys, run-time full-screen, only with a specific password exit, the password is: kkcocoon. Oh, remember, otherwise you may be forced to restart the machine. This procedure for each program under windows programmers (such as is the use of VC, VB, Delphi, C++ Builder and other friends), the trust will be a valuable example of the procedure. Since this procedure does not use MFC, VCL class library, etc., using Windows SDK (Windows Software Development kit, that is, windows software development kit) to prepare, it can be said that under Windows at the lowest level programming as well as standard windows procedure to prepare the way. Believe that the process of understanding at windows programming under the general structure and ideas help. This procedure using C language, in the Visual C++6.0 under the compiler debugging, in the code file
Platform: | Size: 17408 | Author: kk.h | Hits:

[Screen saverVB_line_Screen--saver

Description: 用VB开发的线型屏幕保护程序,程序启动时屏幕上连续出现长度向屏幕四个顶点变化的线段。-A a screen saver developed using VB , when the program starts , the length of lines change successively  in the screen .
Platform: | Size: 7168 | Author: 王中振 | Hits:

[Game Programmyscreen

Description: vb写的小屏保,很简单,有图片,有背景音乐-vb write a small screen saver, very simple, there are pictures, there is background music
Platform: | Size: 33590272 | Author: LIU JING | Hits:

[Screen saverscreenlock(vb)

Description: ScreenLock是一个屏幕保护程序,防止未授权的使用者尝试使用你的电脑。当你要离开你的座位时,你可以设定ScreenLock保护你的电脑。-ScreenLock is a screen saver to prevent unauthorized users try to use your computer. When you leave your seat, you can set ScreenLock protect your computer.
Platform: | Size: 45056 | Author: hello | Hits:

[Other2007711083604

Description: 完整的屏蔽保护程序vb开发 资源类别: VB源码¦其他 -Complete development resources screen saver vb categories: VB source ¦ other
Platform: | Size: 963584 | Author: shenzhenx | Hits:

[SCMscreensaver

Description: when watching a tv on pc using tv tuner card then this vb code permit the screen saver to come on the screen
Platform: | Size: 1024 | Author: nasim | Hits:

[Screen saverPSet-Screen-saver-

Description: 下雪的屏幕保护VB源码,通过PSET来实现的-The screen saver VB source code of snowinging
Platform: | Size: 1024 | Author: lea | Hits:

[Screen saverControl-screen-saver-with-Bluetooth

Description: VB调用falsh当做屏幕保护,可出现假蓝屏界面,迷惑对方,通过点击特定位置解锁-VB call falsh as a screen saver, can appear fake blue screen interface, confuse each other, by clicking on a specific location to unlock
Platform: | Size: 1793024 | Author: 疯子 | Hits:

[Screen saverscreen-saver

Description: 基于VB的屏幕保护,上网口令!非常简单的一个小程序!-Based on VB screen saver, Internet password! A small program is very simple!
Platform: | Size: 8192 | Author: JASON | Hits:
« 12 3 4 »

CodeBus www.codebus.net