Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否存在一种方法可以在 .NET 应用程序中加载/打开/关闭使用 VB6 创建的表单。Microsoft 分发了一个 InterOpForms 工具包,但提倡将其作为将 .NET WinForms 嵌入到 VB6 应用程序中的一种方式。我的目标是实现相反的情况,即 .NET 运行时打开和关闭 VB 应用程序中定义的表单。
我可能遗漏了一些东西,因为我无法找到合适的词来谷歌解决这个问题。这么明显,没有人问过这个问题吗?VB 运行时是否能够作为 .NET 应用程序的伴侣运行?
你可以编译vb6表格到exe并通过参数调用.net来想要。敌人示例 vb6projected.exe /sample