搜索资源列表
Ms Agent
- 一个用vb.net编写的agent的小例子,能够调用微软的agent小人,并能够说话-vb.net using an agent prepared by the small examples, to call Microsoft's agent villains, and to speak
VBAPIuse
- vb中调用API函数执行其它程序,关闭外部程序,汉字查区位码,区位码还原汉字,建立多级目录,指定目录的例子。-vb call API functions execute other procedures, external closure procedures, Chinese characters investigated location code, Location yards reduction in Chinese characters, the establishment of a
MS-agent
- msagent说明文档。机器人接口 Agent,COM,角色,语音识别,语音合成。 对Agent编程的方法主要有使用VB,VC等语言进行ActiveX调用,除此之外还有直接通过VC进行COM编程调用。在VB中调用Agent是最简单不过了,但由于VB程序本身存在诸多缺陷,很难在实际中应用。而在VC中,由于Agent内部完全采用了UNICODE编码,同时还要处理各种繁杂的COM接口,从而也存在一定的问题。AgentShell是建立在Agent和应用程序之间的一个外壳程序,通过它可将Agent复杂的C
vb.com
- vb的一些小程序,有动态装入菜单,动态图片按纽,调用office.相信可以为初学着以帮助-vb some small procedures, dynamic load menu, Dynamic Photo button, Call office. believe can help to a novice
vbuesmatlabcom
- vb 调用matlab生成的com组件例程 matlab完成计算fft,和显示fft波形-vb call Matlab component com generation of Matlab routines complete calculation fft. and display waveform fft
0476622
- 一个用VB编写的IC卡读写各种操作的源程序. 软件编写初衷是教你如何调用DLL动态库以及实现对DAS等系列产品的硬件调用与应用-a VB prepared by the various IC Card Reader operation of the source. Software development was to teach you how to call D LL dynamic of the DAS and the realization of a series of products
vb-sub
- 用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
chart(vb调用vc dll)
- chart例程(vb调用vc dll)-chart routines (vb call vc dll)
两个窗体的调用
- 在VB中两个窗体如何来调用!!!这里提供了一个方法-in VB two forms how to call! ! ! It provides a method!
PDF417WebControl
- 二维码pdf417生成二维码的开源源码,支持C#,VB,C++等语言的调用-PDF417 two-dimensional code to generate two-dimensional open-source code to support the C#, VB, C++ Languages such as call
EurekaLog.v6.0.1.4
- EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
VoiceRecognitionUsingMSSpeeckSDK5
- 语音合成,利用SAPI engine ,recogntion engine as dll,采用 C++ project 开发,然后给一个Vb调用的 案例,供参考!-Speech synthesis, using SAPI engine, recogntion engine as dll, using C++ Project development, and then to a case Vb call for information!
vbcallcad
- vb调用cad的开始程序,是cad与vb的接口,可以作为开发cad的前序程序-vb call cad the beginning of process, the cad with the vb interface can be used as a pre-order program development cad
com
- Use vc to write COM,then call it in VB language!
vb-xitong
- 一个可以调用windows系统工具,可以轻松打开系统程序-One can call a VB programming system tools
vbexcle
- vb调用excel然后打印用vb6.0编写-vb call excel then print prepared using vb6.0
example
- 这是利用VB编程调用matlab的一个实例-a example of vb call matlab
Full
- VB调用ZWCAd矩形和圆形图形绘制和填充-The VB call ZWCAd rectangular and circular graphics rendering and fill
VB-100-Cases
- VB高级编程100例:通过示例详细介绍了VB编程案例,实现SQL Server 2000存储过程调用,在拖托盘中写入应用程序图标等。-VB Advanced Programming 100 cases: Through VB programming examples detailing the case, to achieve SQL Server 2000 stored procedure call, write in tow tray application icons.
vb-pdf
- 把form1中的 Private Sub Form_Load() 改为 Public Sub Form_Load() 在Form2中:Call Form1.Form_Load private sub command1_click() dim max for i = 1 to 3 n=val(inputbox("输入第" & i & "个数")) if n>max then