Need to convert VB 6 forms to Html forms

4.5k Views Asked by At

We have developed a standalone application using visual basic 6. Now we are changing the standalone application to web application. Is there any way to convert VB6 forms into plain HTML forms so that my work will be reduced alot. please give your suggestions.

Edit: I am new to VB6 and .net technology

2

There are 2 best solutions below

2
On BEST ANSWER

Don't even think about "converting". It's not just a "conversion" process. The entire paradigm is different between web applications and desktop applications. They're just totally different.

ASP.NET web forms try to make the differences less apparent. However, the differences are still there, and are still huge.

What you should do is separate your business logic from your forms logic in your VB6 application. You will then be more easily able to convert the business logic into .NET business logic. You'll still need to create equivalent forms, but the logic will be the same.

3
On

You cannot simply convert VB6 form to html, there is some website which provides this conversion.. but this will increase your work more

refer - VB to HTML convertor