对 Visio ActiveX 控件进行编程
我的任务是使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在此处找到了有关 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!