advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Develop CGI Programs in Visual Basic

Author: Greg
Category: Network/Internet
Type: Modules
Difficulty: Advanced

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 95398 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

Sponsored Links