需要将VB 6表单转换为Html表单

发布于 2024-12-27 21:42:07 字数 165 浏览 0 评论 0原文

我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

断桥再见 2025-01-03 21:42:07

甚至不要考虑“转换”。这不仅仅是一个“转换”过程。 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.

末骤雨初歇 2025-01-03 21:42:07

您不能简单地将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文