VB6 application

MickyK

New member
Joined
Feb 19, 2006
Messages
1
Programming Experience
10+
Hi all,
I have a VB6 application that submits data to a database and performs queries.
I want to convert it to a Web application that can be accessed like http://<my_ip_address>, or something like this, so that no installation will be needed on the client machine. What are the basic stages I need to do? Should I write the application from scratch?

Thanks in advance.
 
Last edited:
Yes, as far as I know there is nothing in VB6 tomake web applications.

You may redevlop it as an ASP.NET application, or as a Windows Forms Applicaion that will run in an IE sandbox. Depending on what exacly you need I would probably suggest re-writting it as a pure ASP.NET application.
 
Back
Top