Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - function vb
Search - function vb - List
这是一款VB程序调试及反编译的工具,功能上还不是很好但希望能有点用-This ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
Date : 2008-10-13 Size : 5.07mb User : 焦明

VB函数大全,详细并且全面地介绍了Vb中所使用的各种函数。-function VB Series, a detailed and comprehensive briefing on the Vb used by the various functions.
Date : 2008-10-13 Size : 496.75kb User : 王中华

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
Date : 2025-12-29 Size : 2kb User : 田欣

vb编写的综合程序,包括计算器,画板(很象windows自带的),通讯录,拼图游戏(很有意思,还带音乐)。功能齐全,界面非常美观,没有bug。-program writed by VB,include calculator,palette(look as if mspaint in windows),address list,spelling-picture game(very interest,alse with music),function all ready,alse with a slinky interface,NO bug
Date : 2025-12-29 Size : 208kb User : ctp

这是一款VB程序调试及反编译的工具,功能上还不是很好但希望能有点用-This ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
Date : 2025-12-29 Size : 5.07mb User : 焦明

VB函数大全,详细并且全面地介绍了Vb中所使用的各种函数。-function VB Series, a detailed and comprehensive briefing on the Vb used by the various functions.
Date : 2025-12-29 Size : 496kb User : 王中华

设计是一个简单的笔记本,其功能类似于Windows的记事本,主要是实现文字的剪切,复制,粘贴,查找,替换。-The design is a simple notebook, its function is similar to WINDOWS in NOTEPAD, mainly the realization of the text of the cut, copy, paste, find, replace.
Date : 2025-12-29 Size : 14.27mb User : 李燕

加密/解密程序 源码,以函数形式提供。可加入VB工程进行使用,或用其他语言改写。-Encryption/decryption program source code to the form function. VB projects may be included in the use of, or in any other language rewritten.
Date : 2025-12-29 Size : 7kb User : LH

VB关闭进程,非常不错的实用功能,可关闭指定程序的进程,整合一下可以应用在其他程序上-VB closure process, a very good practical function, you can disable the specified procedures for the process of integration of what can be applied to other procedures
Date : 2025-12-29 Size : 2kb User : 网友

vb.net的函数资料,包括vb.net2005里的所有函数。-vb.net function of information, including vb.net2005 in all functions.
Date : 2025-12-29 Size : 6kb User : ldw

VB在TextBox中进行全字匹配查找替换功能VB carried out in the TextBox Match whole word search replace function-VB carried out in the TextBox Match whole word search replace function
Date : 2025-12-29 Size : 6kb User : iloveu

VB开发函数使用程序设计代码VB developers to use programming code function -VB developers to use programming code function
Date : 2025-12-29 Size : 2kb User : d

VB绘图教程,使用VB进行数据的绘图,以及绘图的功能应用(VB drawing tutorial, using VB for data drawing, and graphics function applications)
Date : 2025-12-29 Size : 12.62mb User : Paul22

计算机_基于VB的WindowsAPI函数应用(The computer _ WindowsAPI function based on VB application)
Date : 2025-12-29 Size : 170kb User : volcanol

VB模拟qq聊天程序及其源码,实现qq聊天的小功能(VB simulate qq chat program and its source code, realize qq chat small function)
Date : 2025-12-29 Size : 21.38mb User : daituo

本文以Info-ZIP公司的unzip32.dll动态连接库中的函数Wiz_UnzipToMemory为例,详细讨论了在VB中使用Wiz_UnzipToMemory函数时正确传递用户自定义类型参数的方法。(This article takes the Wiz_UnzipToMemory function in the unzip32.dll dynamic link library of Info-ZIP Corporation as an example to discuss in detail the method of correctly passing user-defined type parameters when using Wiz_UnzipToMemory function in VB.)
Date : 2025-12-29 Size : 141kb User : czcjy123

一个支持复合运行的表达式解析程序,支持函数。(An expression parsing program that supports the complex run and supports the function.)
Date : 2025-12-29 Size : 21kb User : Master_King

仿制的Dock工具栏,功能不强,新手学习一下还是可以的(The copy of the Dock toolbar, the function is not strong, the novice learning is still possible)
Date : 2025-12-29 Size : 51kb User : 1693619798

VB6代码,无需复杂驱动,实现开启摄像头,关闭摄像头,拍照功能(VB6 code, without complicated drive, enabling the camera, camera off, camera function)
Date : 2025-12-29 Size : 70kb User : NETCODE

通过VB工程文件,实现了调用海康威视网络摄像头画面的功能(Through the VB engineering file, the function of calling the video of the Hikvision webcam is realized.)
Date : 2025-12-29 Size : 639kb User : ZZRAY
« 12 3 4 5 6 7 8 9 10 ... 24 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.