搜索资源列表
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.
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
VBWinSockAPIchat
- VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
