|
Develop CGI Programs in Visual Basic
| Version Compatibility: |
Visual Basic 5 Visual Basic 6
|
More information: This contains a module you need to develop CGI applications in Visual Basic, as well as a sample CGI program that was developed using this module. To test the program, put the file Hello.exe into a directory on your web server where execute permissions are granted. Then type http://[YourURL]/Hello.exe into the browser. The module allows you to provide the full functionality of visual basic to a web application, without the need for .ASP pages to create objects within DLLs. It works with VB 4 or higher.
The module itself was developed by Kevin O'Brien and more information about it is available at his web site, http://pweb.netcom.com/~obrienk/index.html. This code has been viewed 91779 times. Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents. code/CGI.zip
|