Application programming Development In web

M

Mohan

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.
 
M

Matt Hawley

I would suggest that since you've already got a VB6 version, that porting would be simpiler if you use ASP.NET and VB.NET.

Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]
 
J

Jason MacKenzie

Matt - your client side calendar picker is a thing of absolute beauty!

Matt Hawley said:
I would suggest that since you've already got a VB6 version, that porting
would be simpiler if you use ASP.NET and VB.NET.
Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]
 
M

Matt Hawley

A thousand thank you's :)

Matt - your client side calendar picker is a thing of absolute beauty!

Matt Hawley said:
I would suggest that since you've already got a VB6 version, that porting
would be simpiler if you use ASP.NET and VB.NET.
Matt Hawley, MCAD .NET
http://www.eworldui.net

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

[microsoft.public.dotnet.framework.aspnet]



[microsoft.public.dotnet.framework.aspnet]
 
B

Bryce (Work)

I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

Sound like a good list to start with.
 
C

Chung Leong

Uzytkownik "Mohan said:
I have an application programming (accounting system) which is
developed in VB 6.I want to port this application into web enviroment.
I don't know which language is best suit to write this application in
web form. Java , PHP or ASP NET which will be the best option.

ASP.NET by a large margin. The event driven model will make porting much
easier, and you can probably reuse most of your code.
 
J

JavaJunkie

Well, why don't you post the VB source code so we can analyze it and then
make a decision for you, for free?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top