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
it's probably not the best one, but it will work, but now how do I "include" it in a VB program so I can use the functions and subs in it? Celia
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.