本文介绍了用于将 vb6 应用程序转换为 C# 的升级程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
实现这一目标的最佳途径是什么?
What is the best pathway to achieve this?
我知道 VS2005 包含升级机制.VS 的后续版本是否包含此内容?
I know that VS2005 contains an upgrade mechanism. Do any later versions of VS contain this?
推荐答案
Microsoft 专门为 站点到 VB6->.NET 迁移.
他们推荐来自 ArtInSoft 的免费工具.
Microsoft has devoted a site to VB6->.NET migration.
They recommend a Free tool from ArtInSoft.
但是,我不确定我是否愿意维护以 VB6 风格编写的 .NET 应用程序.但另一方面,一个工具可以为您提供一个良好的开端,您可以在该工具不生成您喜欢的代码的情况下重构结果.
However I'm not sure I'd like to maintain a .NET application written in VB6-style. But on the other hand a tool could give you a good start and you can refactor the result where the tool does not produce code of your liking.
这篇关于用于将 vb6 应用程序转换为 C# 的升级程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!