Hi:
I have an ASP application that I need to make into a Visual Basic program in order to demonstrate it from a cd as opposed from a server. Does anyone know if this is possible, and if so, where do I begin?
welll if it's all VBscript, you should be able to just type up your VB app the same, however, if it uses stuff that associates with a server (like getting requests, and what not) not really, in any case there are no "convertors" to automatically do this.
Okay, it is mostly VBscript, so thats not a problem. However, the ASP application connects to a database using server ADODB commands and session variables (order taking process via a shopping cart). I know that I can create the ADO commands in VB, but will the sessions work under VB6?
As far as forms and stuff goes, you'll need to create a function to work with that since it wont nessarily do "Request.Form('Var')".... but the same could be true to do
Text1.Text, instead of request, since the VB app is going to be all local right there.
There is a product call asp2dll that will do that for you...
it was designed to safegaurd your source code by changing it into a dll... only tried it on one site but it seems functional... you will probably want to go and clean up the code and look it over before you compile it... sorry I don't remember the sites url
Chad
tinman@thelandofoz.org
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.