Re: Converting VB App for the web by Gabriele
Gabriele
Tue Sep 02 08:16:51 CDT 2003
Hello,
Personally I would try to isolate as much code as possible as COM objects,
so that you reduce rewriting code. If your existing application is already
designed in layers it would be make more sense to reuse these components in
your web application than rewriting the whole thing again.
A big task would be the user interface, since you would have to create this
from scratch and you may not have all the freedom of using Windows controls
as you would have in a VB application.
Gabriele
"Pranali" <pranali27@yahoo.com> wrote in message
news:%23sC$1snbDHA.1128@tk2msftngp13.phx.gbl...
> Hi,
>
> What will be fastest and easiest way to convert the very complex existing
> vb6 project using Access database to a web project ? Any idea will be
> appreciated.
>
> Thanks
>
>