搜索资源列表
LaunchDialer_src
- 用API函数自动实现拨号上网的程序-with API function automatically dial-up procedures
20030920121300
- 用MODEM拔号,不用第三控件,直接调用API编写.-use dialup modem, not the third component, called API directly prepared.
Make call by API
- 打电话的API演示:Tapi Test will monitor outgoing calls from your modem and will make a call of Voice or Data
modem
- BCB下对短信modem操作源代码,没有使用控件,用api函数进行操作。
Term.rar
- Win32API串口编程虚拟终端的一个源代码,可以用于对modem的控制,写自己的API程序是可以参考。,Win32API programming virtual serial port terminal, a source code, can be used for modem control API to write their own procedures are for reference.
modem
- VB的MODEM通信源代码,包括MODEM初始化,自动检测电脑串口数量,MODEM参数设置等-VB source code for the MODEM communications, including MODEM initialization, the computer automatically detects the serial number, MODEM parameter setting, etc.
tapiMODEM
- 本源代码是一个使用WINDOWS API函数直接开发MODEM通讯程序源码, 已通过测试。-Source code is a direct development using WINDOWS API function MODEM communication program source code, has been tested.
smslib
- comm.jar、commons-net-1.4.1.jar、slf4j-api-1.5.2.jar、slf4j-api-1.5.2-sources.jar、slf4j-nop-1.5.2.jar、smslib-3.4.1.jar、smsserver-3.4.1.jar-comm.jar, commons-net-1.4.1.jar, slf4j-api-1.5.2.jar, slf4j-api-1.5.2-sources.jar, slf4j-nop-1.5.2.jar, smslib-3.4
code
- winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc