搜索资源列表
一个Socket连接类,封装了Winsock API
- 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
ActiveXP2PAudio
- 用ActiveX重新包装了一个点对点通讯的DLL文件(该DLL文件是VCKBASE上的一位前辈写的) 偶只是把它改成了一个MFC的ActiveX,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE 程序用到的知识点: 用MFC如何写activex activex中如何应用 socket编程 (其实和普通程序一样~~) G729a 语音压缩。 读写语音设备! Activex提供两次属性nTcpPort、nUdpPort和两个方法S
SocketActiveX
- 嵌入到了socket功能的ActiveX控件,可在网页中加载或VB等开发环境中作为控件使用。-Embedded into the socket functions of ActiveX controls, can be loaded on the page or VB development environment, such as use as a control.
WindowsApplication1
- socket 通信 包括tcpUDP 有邮箱发送接受功能-ti is a VB.NET code
chart
- VB程序的一个网络聊天工具,其实也很简单的,用到SOCKET控件-VB program a network chat tool, in fact, very simple control used SOCKET
VB_60_LAN_Sockets
- VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
VBWinSockAPIchat
- VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
VB_Socket
- VB socket开发的window数据通讯小软件-VB socket developed a small window of data communications software
UDP_Trans
- 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
DTUSimulator
- 这只是个小工具,可以根据需要进行DTU的模拟,方便实用。 该工具由VB.NET(2008)编写,里面包含了SOCKET通讯的代码、串口操作的代码,应该对你有所帮助-This is just a small tool that can simulate DTU as needed, convenient and practical. The tool consists of VB.NET (2008) write, which contains SOCKET communication code,
VB聊天程序
- 一个简单的socket通信的程序,包含客户端和服务器端(A simple procedure for socket communication, including client and server)
