Custom Controls for Windows Sockets
Author: Dale Smith
winsock.bas (32 bit & 16 bit version)
The next two programs are for Excel 5, but they will be useful to VB & VC++ programmers. Personally, I like using add-ins cuz I can write a VBA program to load/unload just what I need in the auto_open()/auto_close() macros of certain spreadsheets. Just record a macro to see what code you need when using the Add-In Manager under the Tools menu. Given the fact that Excel supports OLE automation (as my friend Robert told me last night) these tools are available for other apps to use, which makes the doubly useful.
Excel 5 VBA Add-In for Excel --> HTML conversion
I got the following from the comp.protocols.tcp-ip.ibmpc FAQ (Part 1) which is supposed to have some DOS TCP/IP stuff. I put this in because it has come up in one of the groups this is posted to. If anyone has URLs and other info on accessing the Internet from within DOS (not in a DOS window, but w/o Windows), please email me. NOTE: The WWW URL evidently is not in the DNS database. I didn't try the gopher & ftp URLs. The Packet Driver, WinSock & TCP/IP CD-ROM is available from CDPublishing for $29.95. This includes the packet drivers of course, but also lots of other DOS and Windows TCP/IP stuff, including Windows Sockets applications. It also includes the text of all the RFCs. This is now somewhat out of date (it was cut in December 1993), but is otherwise highly recommended. CDPublishing, (604)874-1430, (800)333-7565, fax: (604)874-1431, mail, ftp, Gopher and WWW Here are the URLs for the comp.protocols.tcp-ip.ibmpc which contains some info on DOS & TCP/IP. |
||
Editor: Dale Smith Last update: 2024-11-23 Copyright 1995-2024 VBI |