搜索资源列表
MagicMail
- MagicMail发匿名信的程序源代码。 英文简介: MagicMail is an simple anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. So you need Mswinsck.ocx to be in your system directory. I have included the sour
CharRomSystem
- 本聊天程序主要是用到了MSWINSCK.OCX控件,是一个学习MSWINSCK.OCX编程的极好范例,这个聊天室同样分为服务端和客户端,服务端可向全体聊天人员发送信息,客户端指定某人或所有人进行聊天,服务端启动时可以设置聊天室最大人数上限,指定IP地址,自动检查服务器状态等。-This chat program has been used mainly to control MSWINSCK.OCX is a learning program MSWINSCK.OCX an excellent
DownJet
- 用VB仿著名的下载软件——网络蚂蚁的源代码文件,用到了mswinsck.ocx和TABCTL32.OCX控件,这是不好地方,不是用纯VB实现的,不过代码中都加注了中文注释,还是有参考价值的。-VB with the famous imitation download software- source code NetAnts document, use the mswinsck.ocx and TABCTL32.OCX control, this is a bad place, not to a
20104168347999
- 第一种:使用Winsock控件(MSWINSCK.OCX),这种方法目前是最好的,占用资源少,速度快且不会出错。第二种:使用Microsoft Internet Transfer 控件(MSINET.OCX),这个需要延时判断,在执行上一个请求的时候再次获取会出错(不过可以自己加入判断)。 第三种:使用Microsoft Internet Control控件(IeFrame.dll),这个方法因为使用了IE内核,很吃内存,一个小程序,内存暴涨一百KB,而且还无法销毁占用内存,由于因为微软的关
20104168347999
- 第一种:使用Winsock控件(MSWINSCK.OCX),这种方法目前是最好的,占用资源少,速度快且不会出错。第二种:使用Microsoft Internet Transfer 控件(MSINET.OCX),这个需要延时判断,在执行上一个请求的时候再次获取会出错(不过可以自己加入判断)。 -The first: Use Winsock Control (MSWINSCK.OCX), which currently is the best, less resource, fast and w
WEBQQ
- WEBQQ挂机工具(防回收)特点: 用此程序挂Q可有效防止Q码被回收,目前还只是原始版本,功能和美观有待加强. 注意: 如无法打开请百度MSWINSCK.OCX和msscr ipt.ocx这两个文件放到此目录. -WEBQQ hang tools (anti-recycling) Features: With this program linked to Q can effectively prevent the Q code recovery, only
jacob_1[1].12
- java调用ocx控件,如通过调用\mswinsck.ocx获取公网IP-the java call ocx control, such as by calling \ mswinsck.ocx get public IP
GetPublicIP
- vb6环境下编写,通过三种方式获取公网IP地址,第一种:使用Winsock控件(MSWINSCK.OCX) 第二种:使用Microsoft Internet Transfer 控件(MSINET.OCX) 第三种:使用Microsoft Internet Control控件(IeFrame.dll)-the vb6 environment written in three ways to obtain a public IP address, first: Winsock control (MS
chatudp
- Simple example of usage of mswinsck.ocx for UDP broadcast communication.You can run the example in several PCs at the same time and when you send a message from one of them, it will appear on every other PC running the example.