需要将VB 6表单转换为Html表单
我们使用 Visual Basic 6 开发了一个独立的应用程序。 现在我们正在将独立应用程序更改为Web应用程序。 有什么方法可以将VB6表单转换为纯HTML表单,这样我的工作量就会减少很多。 请提出您的建议。
编辑:我是 VB6 和 .net 技术的新手
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
甚至不要考虑“转换”。这不仅仅是一个“转换”过程。 Web 应用程序和桌面应用程序之间的整个范例是不同的。他们只是完全不同。
ASP.NET Web 表单试图使差异变得不那么明显。然而,差异仍然存在,而且仍然巨大。
您应该做的是将 VB6 应用程序中的业务逻辑与表单逻辑分开。然后,您将能够更轻松地将业务逻辑转换为 .NET 业务逻辑。您仍然需要创建等效的表单,但逻辑是相同的。
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.
您不能简单地将 VB6 形式转换为 html,有一些网站提供此转换..但这会增加您的工作更多
参考 - VB 到 HTML 转换器
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