Questions tagged [visio]

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 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.

Ask programming-related questions about Microsoft Visio (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:

1322 questions
-1
votes
2 answers

Visio 2013: Limit displayed lines in a shape

Visio 2013: Create scrollbar for hidden overflow . I have a list of over 112 items. Which, is extensive for a simple diagram. I would like to have only 4 lines viewable and have a scroll bar to view the overflow.ties. e.g. I have a list of sites…
-1
votes
1 answer

How can I control Visio from Delphi?

How can I link a Delphi application with a Visio 2010 drawing? For example, I have an edit box on the app and a line on the Visio drawing. If I put "10" in the edit box on the app, I want the line length to become 10. (I'm not seeking code for this;…
Glen Morse
  • 2,721
  • 7
  • 47
  • 92
-1
votes
1 answer

Visio reverse engineering

I am new with Visio. Is it possible to generate an empty database from a database scheme? I am trying to generate a SQLite database from a Visio database scheme. I have tried to use reverse engineering with different SQLite drivers but could never…
-2
votes
1 answer

How to read Visio Process Flow

Is there any way to read the process flow of Visio flow. if we have Visio document like the below Can I read the process like From Begin to Process 1 Then From Process 1 to Decision 1. If the Decision 1 is Yes then Process 3 else Process 2 . From…
-2
votes
2 answers

ShapeSheet formula for resizing only the parent shape not the sub shapes of the parent shape

A parent shape has 3 sub shapes in it. When parent shape is resized the sub shapes(3) are also getting resized. So, when I resize the parent shape only particular sub shapes should resize not all. What ShapeSheet formula is required for the above…
-2
votes
1 answer

Want to Converter .png File to .vsdx File in VISIO

Am tried to converter .png file to .vsdx file. but it was not opened. please provide me a solution
-2
votes
1 answer

Automating the killing of Visio processes taking up 0% CPU

I have some VBA code taking data from an excel file and turning this data into Visio diagrams. There are over 3000 Visios to be made, so the code is just running in the background. The issue is that each Visio process stays running in the background…
PythonParka
  • 114
  • 1
  • 11
-2
votes
1 answer

Aligning Visio shape text to the top and to the left using Powershell

I'm having problems with the second line below. How can I use PowerShell to align the shape text? $squareshape.text = "abc"; $squareshape.align.top;
CJP
  • 15
  • 4
-2
votes
1 answer

Visio VBA - How do I get the title and subtitle of a state shape (UML)

I want to get the shape information out of a state (UML Standard Stencil). You can see in the picture the title "Aktiv" and "Eintritt/" etc. I have no clue where to get this as a variable. Edit: To make it clear, I don't know how I can get the…
Philipp Mochine
  • 3,205
  • 4
  • 26
  • 52
-2
votes
1 answer

Use Visio with Sharepoint

Is it feasible to use a SharePoint list (via Access) and create an Organisation document in Visio. Any pointers in the correct direction, if this is possible would be appreciated. Ideally I want to press a button in Access to achieve this.…
RyszardJ
  • 19
  • 1
  • 8
-2
votes
1 answer

Count grouped objects in Visio VBA

I am trying to count the grouped objects in a Visio Display by a certain width.
-2
votes
1 answer

Open visio file and prompt Saveas window

I have visio file which I want to open in visio and prompt save as window automatically that means I want to open visio file through my C# code and want to prompt save as window which is normally open by pressing F12 button. Problem with me is that…
Fazil
  • 11
  • 1
  • 7
-3
votes
1 answer

How to unprotect Visio page using C#

I have a password protected (.vsd) Visio drawing page, which contains several macros, which are the reasons for the page being protected. How can I programmatically unprotect it using c#?
Puneeth
  • 287
  • 1
  • 3
  • 14
-3
votes
2 answers

How to get shape name from visio using C#

I need to get all the shape name from the visio document.(ie) If i have two task shape in visio it automatically rename as task.1 and task.2 in visio But i need to get the name "TASK". Is it possible to get that name.. I can get the unique…
Dah Sra
  • 2,493
  • 2
  • 22
  • 56
-4
votes
1 answer

Error on Visio via powershell script

I'm having problems on this sentences via powershell script. if ($prob -eq "Yes") { $square.show; } else { $square.hide; } The output does not function with this sentences. May I know the solutions please? Thanks. Output Show the square shape…
CJP
  • 15
  • 4
1 2 3
88
89