搜索资源列表
SentMail
- 发送电子邮件的vb6.0源码,采用socket技术实现,暂不支持附件
vb-socket
- 基于vb6.0的win socket通信-win socket communication
VSSentMailb
- 发送电子邮件的vb6.0源码,采用socket技术术实现,暂不支持附件 ,经测试可直接使用。 -Vb6.0 source, send e-mail using the socket with technical implementation does not support attachments, and has been tested and can be used directly.
WINSOCK
- socket programing in vb6
Socket-API-VB6
- VB Socket 封包技术中文版教程资料 -VB Socket data packet technology tutorials VB Socket Chinese version Chinese version of the packet technologies tutorial information
Client
- Client Socket on VB6 for connecting to any socket server
SentMail
- 发送电子邮件的vb6.0源码,采用socket技术实现,暂不支持附件Send e-mail VB6.0 source code, using socket technology, not to support the Annex-Send e-mail VB6.0 source code, using socket technology, not to support the Annex
proxy
- mini tools to make proxy with vb6 code use mswinsock socket programing
VBWinSockAPIchat
- VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
VB-telnet
- 用VB6.0编写的telnet命令使用的是socket-vb6.0 Language socket telnet
VB6-bigfiletransfer
- VB6打文件传送范例,很好地展示了利用socket完成的服务器与客户端编程方法,以及通过命令号互相协调传送文件的过程。-VB6 big File transfer example. Illustrate the programming method of using socket.
vb-socket-server-client
- 使用vb6编写的简单的端口监听程序,包含服务端和客户端代码,先启动客户端,再启动客户端,点击连接后会弹出连接成功的提示,在客户端文本框中输入文本,服务端会实时显示内容。(The simple port listening program written with VB6 includes the server and the client code, starting the client first, and starting the client. After clicking the co