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.
我一直在为 vb 到 vb.net 迁移项目工作。在 VB 中,我们有一个 OLE 容器来显示 word 文档和 pdf。我想知道,我们有这样的东西来显示word文档或PDF文档吗?
我在一些论坛中阅读过 OLE 自动化在 VB.NET 中不存在。
OLE 自动化在 .NET 4.0 中出现在 VB.NET 中——我用它来将数据导出到 Excel。
我不确定,但我认为您需要通过“COM”选项卡而不是 Visual Studio 中的“.NET”选项卡链接适当的库。