Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can VB do...? 1

Status
Not open for further replies.

SCelia

Programmer
Feb 27, 2002
82
CA
Can you create a CGI application in VB? i.e is it possible to create a visual basic script and submit an html form to it just like you would to a perl/php cgi script? Celia
 
These are two different questions. VB is quite something different from VBScript! In VB6, it is possible to write a "webclass", which is a DLL that performs CGI tasks.
 
Dear Scelia,
Yes it is possible to write CGS code and VBScript code in VB6.To do :

1-Open a new project in vb.
2-Add a new module ti this project and remove its form.
3-Now you can write your CGI or VBS code in its module and save the project with module.
4-Finaly make your .exe project.

You can use this .exe file. I hope this will be usefull for you.
BehnamPro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top