Questions tagged [visio]

Visio is a diagramming tool included as part of the Microsoft Office suite. This tag is only for questions on programming against Visio objects or files—also tag with VBA.

Visio is a diagramming tool included as part of the Microsoft Office suite, though it is usually acquired separately. It is used to create documents such as flowcharts, organizational charts, network topologies, and software architecture diagrams. Visio includes a development environment known as the ShapeSheet and an API which can be used to develop diagraming and data visualization applications.

Ask programming-related questions about Microsoft Visio (ShapeSheet, API, UML, flow charts, database diagrams, etc.) here on Stack Overflow. For non-programming applications of Visio and for general Visio support, consider if your question might be a better fit on Super User.


Documentation:

1485 questions
4
votes
1 answer

Are there any utiltiies to convert a visio flowchart to Java code?

Im looking to streamline a development process, where most data flows are represented as flowcharts (end users are not developers). Is there any utility out there that can convert a visio flowchart to java code? Im thinking a simple framework that…
pauljwilliams
  • 19,079
  • 3
  • 51
  • 79
4
votes
2 answers

Office 2010 Add-in deployment

I'm searching the way in order to properly deploy a Visio 2010 Add-in. I tried to publish it via ClickOnce, and it does the job. But I would like to have just one file, in Setup.exe style. So I oped for a Setup Project, unfortunately with no…
user586254
4
votes
4 answers

Simple UML tools

I am looking for a simple UML-tool that will let me do for example a sequence diagram quicker and better than Word from scratch (Without spending to much time on learning the tool, and with the tool more supporting me than constraining me) Primary…
Olav
  • 1,758
  • 4
  • 27
  • 49
4
votes
1 answer

Hiding a Master Shape in Stencil in Visio

Is it possible to hide a master shape in your stencil so that a user cannot drag and drop it on their diagram, while still allowing me to use that object in the diagram programmatically?
Lyon
  • 546
  • 6
  • 16
4
votes
1 answer

Insert Space between Shapes and Connectors in Visio

I'd like to automatically pad my shapes with some space so that connectors (e.g. arrows) do not touch the shape, but instead are a few pixels away. This can be achieved by moving the shape connector points away from the shape, but this is a manual,…
oneself
  • 38,641
  • 34
  • 96
  • 120
4
votes
1 answer

Visio shape - get X,Y position

I've managed to programatically insert a shape into Visio using the code below: ActiveWindow.Page.Drop(VisioApp.Documents["ORGCH_M.VSS"].Masters.ItemU["Executive"], 5.433071, 7.559055); How would i programatically retrieve it's X,Y coordinates…
Pete
  • 43
  • 1
  • 1
  • 3
4
votes
3 answers

exporting SQL from a Viso diagram

Is there a method to export SQL statements from a Viso 2003 entity-relationship diagram?
Paul Nathan
  • 39,638
  • 28
  • 112
  • 212
4
votes
1 answer

Interactive Flowchart Like Code Map in Visual Studio

I am looking for a tool to make a clickable flowchart. Very much like the Code Map found in Visual Studio (I've been using 2015 Enterprise). I want to have the clickable boxes to see more detailed content, but for any kind of flowchart diagram, not…
Dan-m
  • 43
  • 1
  • 5
4
votes
5 answers

Microsoft Visio Professional 2013: "Save as PDF" distorts the font -- uneven inter-character spacing

I've been trying to create PDF files from my Visio drawings. My current method is very simple, just "Save As" pdf in Visio. One issue I have is that the inter-character spacing becomes uneven after the drawing is converted to pdf. I've attached two…
kc2uno
  • 1,141
  • 2
  • 12
  • 16
4
votes
4 answers

Unable to install Microsoft Visio 2016 on server 2012

We had successfully installed Microsoft Office 2016 on new server,But we were unable to install Microsoft Visio 2016 on this machine.We were getting following error:"We found a problem! We're sorry, Office Click-to-Run installer encountered a…
Deepak Pote
  • 125
  • 2
  • 6
4
votes
2 answers

How do I create VSDX file using Java?

How to create Microsoft Visio VSDX file using Java corresponding to a diagram? This diagram can be in the form of VDX file or XML file.
Ashutosh Jha
  • 1,465
  • 1
  • 17
  • 28
4
votes
0 answers

Connection points on lifeline not evenly distributed

I am trying to create a very basic communication sequence diagram in Visio 2013, but the connection points on lifelines are not evenly distrbuted, making it impossible to create a nice looking diagram. Acoording to many examples found on the…
4
votes
1 answer

Export Visio Macros to Visio COM-Add-in

I have written some Makros and Functions in VB all code works fine behind my Document. To save my code and make it available to other users I want to create a COM-add-in for VIsio. So i bought Visual Studio 2008 and I want to import my code to…
minduser
  • 51
  • 1
  • 2
4
votes
2 answers

Visio & UML - Showing vectors

I have the requirement of generating UML Diagrams for one of my C++ assignments. I'm using Visio 2007 and I'm having trouble representing C++ vectors. The only way I can see this working is creating a custom C++ datatype or creating a vector class…
epochwolf
  • 12,340
  • 15
  • 59
  • 70
4
votes
2 answers

Visio 2010: Adding a custom Stencil (permanently) to the Shapes menu

I know how to create custom stencils and shapes....what I haven't been able to find out is if it's possible (and how) to have my custom stencil w/shapes show up by default in the Shapes window/menu. I would like to avoid having to go to > More…
user3254220
  • 41
  • 1
  • 1
  • 2