Visio 2010 加载项
我需要以下方面的帮助
我想为 Microsoft Visio 2010 创建一个加载项来缩放单个形状。为了实现这一点,我想创建一个 TreeView (使用 Visual Studio 2010)。从此控件中,根据选择,缩放整个图表或单个形状。
我尝试过自定义任务窗格,但 Visio 无法扩展自定义任务窗格。
任何建议都是非常受欢迎的。
I require assistance for the following
I would like to create an add-in for Microsoft Visio 2010 to zoom individual shapes. To achieve this I would like to create a TreeView (using Visual Studio 2010). From this control, based on the selection, either zoom the entire diagram or individual shapes.
I have tried custom task panes but its not possible for Visio to extend custom task panes.
Any suggestions are most welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我为 Visio 完成插件以来已经很长时间了,但您可能会幸运地检查
以下是更多信息:加载项和概述Visio 2007 中的 COM 加载项
和另一个相关答案:如何开发 visio 加载项
Been a long time since I've done an addin for Visio, but you may have luck checking here. Go down where it says "Managed Code".
Here is some more info: Overview of Add-ons and COM Add-ins in Visio 2007
and another related answer: how to develop an add-in for visio