how to develop an add-in for visio

无人久伴 提交于 2019-12-11 03:38:53

问题


I want to create an add-in to visio so that I can draw BPMN diagrams (Business Process Modeling Notation). A similar work is available here: http://www.interfacing.com/free-visio-bpmn-modeler. But I want to create my own icons(notations) and make it domain specific. Please help me? How can I do this? What languages do I have to use?


回答1:


You can develop add-ins for Visio using the Visio SDK. There are several versions, of which the 2010 SDK is the most recent. It contains samples written in C#, VB.NET, C++, and even classic VB. The best place to start learning about developing for Visio would be the Visio Developer Center.




回答2:


Just download the Visio add-in. Visio allows you to create your own shapes so you can customize the shapes provided. With Visio 2007, they introduced a rules feature so you can embellish the addin with custom rules.



来源:https://stackoverflow.com/questions/4699850/how-to-develop-an-add-in-for-visio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!