Visio is a diagramming tool included in the Microsoft Office suite.
5
votes
4answers
11k views
0
votes
0answers
6 views
Cannot install Project 2013 or Visio 2013 [migrated]
On my new pc with Win8 Pro x64, I installed Office 2013 Professional Pro 32bit (because I don't want pain with word/outlook addins)
Office runs ok without problems.
Now I try to install Project 2013 ...
0
votes
1answer
34 views
Counting shapes by name in Visio
I want to count different types of shapes in my diagram, and I can't seem to get that done. I think I have to code something for that.
I use Visio 2007 for that.
I have a flow chart with mostly ...
0
votes
0answers
38 views
File not found exception on saving file as vsd
I am using visio 2013 drawing control. When I save a file as vsd it is throwing exception "File not found". However file is saved on given location.
Since file is saved , I ignore the exception but ...
0
votes
0answers
38 views
How to load a rack diagram from excel database
In organization chart...every shape can be linked to excel row of data
(excel serves as a database for the chart which data can be edited from excel)
I'd like to load a rack diagram with servers ...
0
votes
1answer
24 views
how to make the connection between group shape id in Visio?
I am facing a problem when I using Xpath to read the Visio xml file (.vdx).
I create a custom stencil by grouping two sub shapes. For instance Shape A is consist of two sub shapes b and c. When I ...
1
vote
1answer
108 views
how to get the line style in visio workflow diagram using c#?
var line = shape.Cells["ConLineRouteExt"].FormulaU; //0:Default,1:Straight,2:Curved
I can get the line route ,but how can I get the line style property ?
ex: Straight or Right angle, because as the ...
1
vote
1answer
147 views
Visio drawing control AccessViolationException on adding a shape
I have a form with a Visio Drawing Control placed on it. I am using Visio Drawing Control 11.0 (Visio 2003 is installed on my PC). On the form load event, I do the following:
private void ...
1
vote
1answer
128 views
Getting individual elements from a Visio master group file using C#
I need to create a Visio document and add shapes from a .vss file. I am able to add simple shapes and add text to it without any issues. But I am having issues when I am trying to add a shape which is ...
1
vote
1answer
70 views
How to control the path of connectors in a UML diagram
I am drawing a UML diagram in visio programmatically in which i am using a dynamic connector to connect shapes.But there are situations when the connector makes its way through the shape rather ...
0
votes
1answer
44 views
How do I add a 64-bit Visio Drawing control in VS 2012?
We are using an embedded Visio drawing control in our application as an automated visualization tool to represent system heirarchies. Code-behind uses Visio interop to create and lay out all of the ...
2
votes
1answer
74 views
Windowless ActiveX controls are not supported exception on 64Bit visio
I am extending the compatibility of my application from visio 32-bit to visio 64 bit. I am using visio 2013 on win7(64) machine. I am getting exception of windowless ActiveX control is not supported. ...
0
votes
1answer
43 views
Insert Image as a shape in Visio - VBA
I want to be able to import an image as a shape in Visio using VBA. I've tried to insert an image using the following, but it doesn't work...
myShape.Import(imagePath)
However, ...
5
votes
6answers
13k views
How to generate MS Visio diagram automatically?
I have some sort of a table describing a graph of dependencies. Is there any easy way to convert it into a MS Visio diagram?
Like a .CSV format for Excel...
If it is not possible with MS Visio, then ...
0
votes
1answer
32 views
How to resize my UML class diagram on MS Visio'07
How do i resize the class diagram in Visio? My operations have many parameters so the class diagram becomes too long. I need to resize the height of it,how can i do that?
0
votes
1answer
20 views
Resize group of lines in visio
I create several lines and arcs in Microsoft Visio, and then I group them. When I try to re-size them, they lose their proportions.
I have tried to solve the problem by selecting 'Aspect ratio' in ...
0
votes
1answer
15 views
DFDs much larger than a page
i am designing DFDs for a project management software. One process when split down on level two has too many sub processes with too many external actors. One page is getting too short for designing. ...
-1
votes
0answers
37 views
Import Erwin file to Visio [closed]
I want to import my existing .erwin or .er1 file to Visio 2010. I have seen the option in Visio to Import Erx file. How to get this Erx file? I have tried by by selecting Export to Other Format then ...
0
votes
0answers
38 views
How to generate pseudocode from flowchart and vice versa
FYI,I have googled well, but couldn't find any clear way.
I have drawn a flowchart in MS visio. How to generate pseudocode from it?
Is there any way in visio or any other software to do that?
4
votes
3answers
4k views
GUI for Creating Visual State Machine
I want to create an application GUI that allows a user to create a visual state machine. The interface would work similarly to Microsoft's Visio product, where the user adds blocks or circles ...
0
votes
2answers
64 views
direct access to visio shape does not work
I have a question regarding accessing a shape in visio 2003
...
dim ovp as visio.page
dim ovs as visio.shape
...
set ovs = ovp.shapes("#shapename#")
...do something with the shape
This sometimes ...
0
votes
3answers
278 views
UML diagram shapes missing on Visio 2013
I have installed Visio 2013 Standard and I'm trying to create an UML diagram.
I choose the "UML class" template but when it opens, the Shapes panel is empty. As recomended, I go to "More Shapes" ...
3
votes
9answers
727 views
Visio the standard for software development sketching?
I feel that my professional exposure has been biased towards Visio, by the choice of IT managers and project managers. I've worked only in Microsoft solution centric shops where MS Office was the ...
1
vote
1answer
440 views
Is there any Diagramm tool for Tablets with drawing recognition?
Is there any Diagram tool for Tablets with drawing recognition ?
Perfect for me would be
- a tablet
- visio support
- handwriting recognition
thanks
-1
votes
0answers
24 views
Programs like Visio for a Visual editor with database connection [closed]
I need a program like Visio but free. The only function that's very important for me is the database connection from shapes to data. I want to configure a visual editor for make maps with several ...
0
votes
1answer
108 views
Visio activex shapes vertices
i am using in my c# project visio activex to import visio floorplan drawings.
and i need to get the vertices of the shapes in that drawing, and i can't find any method or property for it.
if someone ...
0
votes
0answers
47 views
VISIO 2013 Automation for OrgChart programatically creating VSDX
Trying to create a orgchart on server in vsdx format.
Is there any Visio 2013 SDK which assist build the Org chart ground up .I opened the Visio 2013 vsdx file and found it extremely complicated with ...
1
vote
2answers
152 views
Programatically create Visio drawing on a linux server
Is it possible to create Visio drawings from a Linux server ?
That is, without access to the Visio software. Language can be python, php, C ..
0
votes
0answers
32 views
how to specify the return type of a class to a custom java class in visio class diagram?
Say, I've got a custom class named Test:
class Test {
}
What I want is to create a class in a class diagram in visio, whose method is presented like +get(addr:String):Test, but when I go to ...
-2
votes
0answers
108 views
How do I Import sequential workflow steps from Excel into Visio 2010 [closed]
Just interviewed employees to document exactly what they do for a given task. I used Excel 2013 to list the process steps for the task in sequential order (top down in one column).
I need to ...
1
vote
1answer
74 views
How to add container in Visio 2010 via C#?
I have a simple code to draw to shapes.
Visio.Shape dropShape = ActivePage.Drop(GetMaster(@"Circle"), x, y);
Visio.Shape dropShape2 = ActivePage.Drop(GetMaster(@"Circle"), x + 3, y);
And I whant to ...
0
votes
0answers
76 views
Open source drawing software
We need to standardize the high level drawings for our software projects such as component dependency diagram, conceptual data model, infrastructure & system integration, etc. So, we need to ...
0
votes
1answer
102 views
How to read Shape properties in Visio
namespace VisioEventsExample
{
using System;
using Microsoft.Office.Interop.Visio;
class Program
{
public static void Main(string[] args)
{
// Open up one ...
0
votes
0answers
222 views
Microsoft Visio Viewer Plugin for IE does not work
I recently uninstalled from my computer Microsoft Visio 2007 and installed Microsoft Visio Viewer 2013 plugin for IE in order to see Visio files in IE but I can't see nothing... IE won't open these ...
0
votes
1answer
143 views
UML Class Diagram Primary Key in Visio 2007
How do I show Primary and Foreign keys in Visio 2007? I'm completely stumped. All my research so far shows how to do it in 2003 but nothing for 2007.
Thank You in advance for any help.
1
vote
0answers
74 views
“Class not registered” exception when using the “AxDrawingControl” from the dll “AxInterop.Microsoft.Office.Interop.VisOcx.dll” (v4.0.30319)
I am getting the below exception when using the “AxDrawingControl” from the dll “AxInterop.Microsoft.Office.Interop.VisOcx.dll” (v4.0.30319) in my application:
...
2
votes
3answers
4k views
How to read Shape's properties in Visio
I have the following task. I'm writing an Add-In for Visio 2010 on C# in Studio 2010.
Let's say that I have a diagram opened. And I have a shape of any kind in this diagram (let's try to manage one ...
1
vote
0answers
63 views
Can you import a visio sharepoint workflow template directly into Visual studio without using Designer?
We are trying to determine if it is possible to import a workflow directly from Visio to Visual Studio without using SharePoint Designer. A comment here: ...
1
vote
1answer
2k views
Convert .vsd file to .vdx
How can I convert Visio binary file (.vsd extension) to Visio xml file(.vdx extension) in programming?
Does Microsoft provide such C/C++ library ?
0
votes
1answer
113 views
MS Visio - Create/Insert a new Page/Tab in C#
I have searched nearly everywhere, but cannot find a way of creating/inserting a new Page/Tab in C# within a Visio document. I recorded a VB Macro of creating a new page within a document, and it is ...
0
votes
1answer
405 views
Visio 2010 UML Sequence diagram - lifeline does not have enough connectors
I am using Microsoft Visio 2010.
I am drawing a UML sequence diagram.
I added object Lifeline and started drawing diagram. Because the diagram is very long, at one point there would not be any more ...
1
vote
1answer
26 views
Automaticaly update text in Visio diagrams
I have build several Visio diagrams and posted them on my web server as .htm. Now I would like to make a script that update the values of the labels on the in the shapes automatically once on every ...
1
vote
1answer
52 views
automatic generation xml(vdx) file base on another xml file
I need some help with generating XML files. I need to generate a new vdx file based on an original vdx file using some kind of template. New files must differ from orginal file only in one way, such ...
0
votes
1answer
156 views
Visio Foreign Key
I am designing a Entity relationship diagram using Microsoft Visio 2010 and using Database Model Diagram.
I have 2 tables, Student table which has Student ID (Primary key) and Course ID (should be ...
0
votes
0answers
42 views
Importing form controls on Excel to Visio
Not sure if I can ask this doubt in StackOverflow as its not directly related to the coding.
Still any suggestions or ideas would help a lot.
Query - I have form controls like radio buttons, drop ...
0
votes
1answer
220 views
Official Documentation and Database Properties Window in Visio 2013
Where is the Database Properties window in Visio 2013? I see nowhere to set properties for an entity (keys and attributes). There's no official documentation from Microsoft that I can find.
0
votes
1answer
47 views
Tweak Visio 2013 context menu
Is it possible to disable some functions from the context menu in Visio 2013 for visio control?
I want to remove buttons for painting and changing shapes as I want to use only specific shapes in my ...
0
votes
1answer
59 views
How to diagram a repeating set of steps from multiple paths in Visio?
Is there a proper way to diagram this? I have two different paths, but at some point in the process Step 1, Step 2 and Step 3 will be done.
It's possible that this flowchart will be very large, ...
1
vote
0answers
150 views
visio 2013 vba user input - selecting a shape
I need to be able to select a shape (as user input) and then manipulate with it's PinX and PinY. I am stuck with getting user input where the user selects a shape after a prompt.
Thanks for your ...
0
votes
1answer
39 views
Visio master style and functionality ignored when used in drawing [closed]
I'm using Visio 2010 and I've created a new Master.
The master contains a central shape and a few shapes attached to it, with shape data for each separate shape.
The width of the central shape ...


