Location:
Search - VB API DLL
Search list
Description: For reasons unknown, Microsoft has never documented the MessageBoxTimeout API located in user32.dll so here it is for those seeking a Message Box that times out and auto closes if the user does not respond to it first.
Platform: |
Size: 6144 |
Author: 步络名 |
Hits:
Description: GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用。GeoInVB目录中是一个VB项目,对封装的Dll进行调用演示。-GeoTrans directory for Packaging Dll Visual C project. Packaged 10 commonly used image processing API function to facilitate VC, VB, Delphi development tools such as calling. GeoInVB directory is a VB project, the package calls for Dll demonstration.
Platform: |
Size: 517120 |
Author: 飞飞 |
Hits:
Description: VB编程辅助工具
1、【添加模块说明】:在每个VB模块的起始行添加该模块的说明信息。
2、【添加函数说明】:在指定的函数(或过程)的起始行添加该函数(或过程)的说明信息。
3、【添加出错处理】:在指定的函数(或过程)中添加出错处理信息。
4、【代码格式整理】:对模块(或函数过程)内的代码按指定的缩进方式进行整理。
5、【系统配置】:启动VBFriend2006的参数配置模块。
5、【API浏览器】: 如果您安装了叶帆的API浏览器.net ,则自动会出现该图标(在VB IDE打开的同时启动API浏览器一段时间。
-VB programming auxiliary means 1, [ increase module explanation
]: Increases this module in each VB module outset line the explanation
information. 2nd, [ increase function explanation ]: Is assigning
function (either process) the outset line increases this function (or
process) explanation information. 3rd, [ increase makes a mistake
processing ]: In assigns the function (or process) center increases
makes a mistake the process information. 4th, [ code form
reorganization ]: (Or function process) in code according to assigns
to the module to shrink the way to carry on the reorganization. 5th, [
system disposition ]: Starts VBFriend2006 the parameter disposition
module. 5th, [ API browser ]: If you have installed Ye Fan API browser
net, then is automatic can appear this chart sign (to open in VB IDE
simultaneously starts API browser period of time.
Platform: |
Size: 1253376 |
Author: 秦国民 |
Hits:
Description: GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用-GeoTrans directory for Packaging Dll Visual C projects. Compliant with the 10 commonly used image processing API function, the convenience of the VC, VB, Delphi and other development tools Call
Platform: |
Size: 52224 |
Author: 南仔 |
Hits:
Description: 此源码为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用。区别于通常的8位位图处理,封装的各API函数可以处理24位彩色图像。
-Dll source code for this package of Visual C++ Project. One package of 10 commonly used image processing API function to facilitate the VC, VB, Delphi and other development tools call. Different from the usual 8-bit processing, packaging of the API function can handle 24-bit color images.
Platform: |
Size: 62464 |
Author: bryan |
Hits:
Description: 点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户的网吧游戏更新系统 / 教育视频BT下载系统中应用.
点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB等语言和各常用开发环境调用,让您完全像调用系统API一样的调用
-BT point volume was developed to allow users without concern for and understanding of BT specific implementation details, just to write dozens of lines and even a few lines of code, they can realize a fully functional and powerful application software BT. BT has been present at the volume of customers in the Internet cafe to update the game system/education video download BT System. Point the volume of efficient use of BT source c++ Coding, provides a standard dynamic-link library (DLL), available C/C++, Delphi, C#, Java, VB and other language and the common development environment called, allows you to completely the same as calling the system call API
Platform: |
Size: 756736 |
Author: |
Hits:
Description: C# 调用G723 , 导出C#.VB等开发语言能使用的DLL, 并写了C#的DLL API函数申明.-C# Called G723, derived C#. VB and other development language can use the DLL, and wrote a C# Affirmed the DLL API function.
Platform: |
Size: 1870848 |
Author: 张海龙 |
Hits:
Description: sfmpq.dll API
VB VC-sfmpq.dll API
Platform: |
Size: 169984 |
Author: TK |
Hits:
Description: 精密定时器集合:VB版
■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢
■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙!
■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。
■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。
■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。
不会停顿,进程中也不会出现"多余的" EXE, 推荐使用
Thinker2009
2009-07-04-This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ...
■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend
■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice.
Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙!
■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works,
Platform: |
Size: 114688 |
Author: 尹刚 |
Hits:
Description: VB 开发辅助工具(--链接成 API 格式带输出函数的 DLL )的设计原理、测试结果,以及该工具的使用说明。-VB Development aids (links into the API format with the output function of the DLL) of the design principles, test results, as well as instructions for use of the tool.
Platform: |
Size: 155648 |
Author: 侃宏 |
Hits:
Description: P-Code decoding started and image extraction.
Numerous bug fixes.
Event detection added.
Dll and OCX Support added.
External Components added to vbp file.
Begun work on a basic antidecompiler.
Form property editor, complete with a patch report generator.
Procedure names are recovered.
Api s used by the program are recovered.
Msvbvm60.dll imports are listed in the treeview.
- P-Code decoding started and image extraction.
Numerous bug fixes.
Event detection added.
Dll and OCX Support added.
External Components added to vbp file.
Begun work on a basic antidecompiler.
Form property editor, complete with a patch report generator.
Procedure names are recovered.
Api s used by the program are recovered.
Msvbvm60.dll imports are listed in the treeview.
Platform: |
Size: 8339456 |
Author: zgychat |
Hits:
Description: 点量 P2P API DLL文件 包括C VB 和H的实例源代码 还有函数声明
Platform: |
Size: 4328448 |
Author: 徐天若 |
Hits:
Description: VB实现API函数DLL的通用函数接口实现系统声音的控制-VB API function to achieve a common DLL interface function of the control system sounds
Platform: |
Size: 94208 |
Author: 夏雨 |
Hits:
Description: VB 实现API DLL,主要实现读取和操作COOKIES!-VB to achieve API DLL, the main operations to achieve read and COOKIES!
Platform: |
Size: 27648 |
Author: 夏雨 |
Hits:
Description: 利用vb的API HOOK技术实现全局HOOK 没有用到D-Use vb s API HOOK HOOK not use technology to achieve global DLL
Platform: |
Size: 44032 |
Author: 张秀锦 |
Hits:
Description: VB API范例 150例
这是由VB6.0开发,在运行源程序之前,请先进行以下操作:
1、打开Reg目录,执行"快捷注册.vbp",将相应dll、ocx等构件注册。
2、打开Setup目录,执行"向系统菜单注册.vbp",在Windows的开始菜单上增加程序条目。-VB API sample of 150 cases
Platform: |
Size: 2451456 |
Author: dacheng |
Hits:
Description: SQLite VB版 源码
直接封装源码 不用带别的DLL 支持VB的调用-SQLite VB version of the source
Directly encapsulation source Don t take other support VB call DLL
Platform: |
Size: 3175424 |
Author: 刘先生 |
Hits:
Description: c语言动态库API DLL 的建立与vb调用(Establishment of C language dynamic library API DLL and VB call)
Platform: |
Size: 2802688 |
Author: wensanren
|
Hits:
Description: TradeX.dll 股票交易、行情接口合二为一TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器
py27-demo.py --> python-api演示文件
TradeX.dll --> TradeX行情交易接口 TradeX.lic --> TradeX许可文件TradeX-0.1.win32-py2.7.exe --> python setup.py bdist-wininst生成 TradeX-0.1.win32.zip --> python setup.py bdist
TradeX-0.1.zip --> python setup.py sdist
TradeXDemo.exe --> c/c++ 编写的演示程序(TradeX.dll stock trading, market interface be made one TradeX.dll is completely compatible with the original trade.dll trading business, the integration of market data to solve the Huatai brokerage server cannot normally access problems at any time can take the correct data to support VC, VB, C#, Python, direct transaction server and server market
Py27-demo.py / python-api demo file
TradeX.dll -- > TradeX - > TradeX market trading license file interface TradeX.lic TradeX-0.1.win32-py2.7.exe Python setup.py bdist-wininst TradeX-0.1.win32.zip / Python setup.py / bdist
TradeX-0.1.zip Python setup.py - > sdist
TradeXDemo.exe / c/c++ prepared demo program)
Platform: |
Size: 10191872 |
Author: pandaren
|
Hits:
Description: 很久之前收录的,并非原创。歪果仁写的免注册调用DLL的VB源码例子。(What was included a long time ago was not original. An example of VB source code for non-registered DLL calls written by crooked kernels)
Platform: |
Size: 2048 |
Author: kankan@ |
Hits: