开发者

how to develop an add-in for visio

开发者 https://www.devze.com 2023-02-04 16:59 出处:网络
I开发者_如何学C 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-mo

I开发者_如何学C 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?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消