对 Visio ActiveX 控件进行编程

发布于 2024-08-03 06:20:47 字数 544 浏览 4 评论 0原文

我的任务是使用 Microsoft 的 Visio ActiveX 控件(Visio Viewer)在网页中可视化 Visio 文档并捕获用户单击生成的事件。

我当前的问题是生成 AxVisOcx 程序集。解释如下:

ActiveX 控件包装程序集 允许嵌入控件 在 Windows 窗体内

我尝试按照 此页面上的说明进行操作 但我实际生成 ActiveX 控件包装器的步骤没有解释。我尝试安装 Visio Viewer 并在 vviewer.dll 上运行 aximp.exe,但它说 dll 不包含 ActiveX 控件。

所以我的问题是,如何获取 MS Visio ActiveX 控件的 .ocx 或 .dll 文件,然后我可以在 aximp.exe 中运行该文件,以便能够在我的 Visual Studio 项目中使用?

My task is to use Microsofts Visio ActiveX control (Visio Viewer) to visualise a Visio document in a web page and to catch the events generated by user clicks.

My immediate problem is to generate the AxVisOcx assembly. Explained below:

ActiveX control wrapper assembly that
allows the control to be embedded
within a Windows Form

Im trying to follow the instructions on this page but the step where I actually generate the ActiveX control wrapper is not explained. I have tried installing the Visio Viewer and running the aximp.exe on the vviewer.dll but it says the the dll does not include an ActiveX control.

So my questin is, how do get hold of the .ocx or the .dll file for the MS Visio ActiveX control which I then can run in aximp.exe to be able to use in my Visual Studio project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

波浪屿的海角声 2024-08-10 06:20:47

我在此处找到了有关 Visio Viewer 2007 的更好说明。

AxImp 生成了两个 dll 文件,AxVisioViewer.dll 和 VisioViewer.dll。我真的希望这能解决我的问题!

I found a better instruction for the Visio Viewer 2007 here.

AxImp generated two dll files, AxVisioViewer.dll and VisioViewer.dll. I really hope this solves my problem!

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