
Making a Dynamic Web Page From an Application Created in VB 5.0
I have an existing application with several forms using the MSAccess
database and I want to convert it, using ActiveX technology, to Active /
Dynamic web pages. I have the following options:
1. First, convert all the forms into ActiveX Documents (ideal method) and
modify the codes, to use the method NavigateTo of the Hyperlink object
instead of the Show method of forms. Other than this modification, will the
original code still be useful?
2. Second, add an ActiveX Document to the project, which will call the Sub
Main procedure of my application. The disadvantage of this method is that
the forms will be outside the Internet Explorer, which is not exactly like
a Web page for the user / client.
What are the steps to take if the first option is chosen with the least
modification to be made and there is the database connection?