Visio is a diagramming tool included in the Microsoft Office suite.

learn more… | top users | synonyms

0
votes
0answers
155 views

drawing orthogonal composite state machine diagram

I have Microsoft Visio 2010 and I am not very familiar with it. What I am trying to do is draw an orthogonal composite state diagram in Visio 2010, but I have no idea how. Does anyone know how?
0
votes
0answers
42 views

show visio comments for developpers

As an application Architect, I draw the uml diagrams in visio (2010) to guide the developers. I mainly use class, sequence, package diagrams. I want to "publish" my diagrams for the developers (they ...
0
votes
1answer
459 views

Display data in visio shape

I'm reading the great book: Visualizing Information with Visio 2007 in which I found there the following pivot shape: My question is: How can I create a shape that can load data from a datarow of ...
0
votes
0answers
108 views

Getting the result value of a visio shape cell

I can't seem to be able to get the right value for the cell result of a shape's cell calling Shape.Cells("Controls.Point.X").ResultIU for example. The particular cell formula contains internal ...
0
votes
0answers
424 views

how to export visio external data to excel

I have an old VISIO file with external data on it. The source file of the data does not exist anymore. I have tried to copy and paste the data from visio to excel with no success. Then I tried to ...
2
votes
0answers
303 views

Office 15 Extensibility Component when trying to install Microsoft Visio 2013

I want to install Microsoft Visio 2013, trial version, and I've faced the following problem: Could not proceed with Visio 2013 installation setup due to conflict with Office 15, because I ...
0
votes
1answer
414 views

SQL Server views not available via ODBC (reverse Engineer)

SQL Server 2008 Visio Pro 2003 Access 2003 System DSN used I need to reverse engineer a SQL Server db, however the 'Views' box is "greyed out" when I attempt to do so (stored procedues are also ...
-2
votes
1answer
385 views

How do I create an organization chart in visio(2010) with c#? [closed]

I have a windows form application for creating organization chart in Visio 2010 and i want create orgChart based on my data in my application but for creating orgChart i need a API or a solution for ...
1
vote
0answers
67 views

Connecting layers in Visio

I am using an Org Chart in order to diagram our team at work. For each particular member of the staff, I would like to be able to click their shape file/name on the org chart and tie it to another ...
1
vote
1answer
294 views

How to convert multiple visio file (.vsd) to png

I have a lot of visio files, and want to convert them all to png through e.g. a batch. I have found a couple of solutions, but can't get any of them to work. Anyone knowing how to convert .vsd to .png ...
0
votes
1answer
681 views

Activity Diagrams created in Visio 2013 (Preview)?

In the past I was using Rational Rose, and now I'm trying to switch to Visio. But many things that I could easily find in Rose, I can't or have hard time finding it in Visio (2013 Preview). I have ...
5
votes
4answers
5k views

How can I generate UML diagrams from C# code written in Visual Studio 2012 into Visio 2010?

I am trying to find a way to generate UML diagrams (sequence diagrams, class diagram, etc) from my C# code written in Visual Studio 2012. I saw a link on ...
0
votes
1answer
590 views

How to show a interface method in an implementation class using Visio UML diagram

e.g. I got interface: IPerson which has method - "public Date DOB()", and I got a implementation class: Student. Any idea how can I make the DOB() methods shows in Student class without type the ...
2
votes
0answers
77 views

Draw a hypergraph in Microsoft Visio

I would like to draw a hypergraph in Microsoft Visio, like this one: Hypergraph Wikipedia Page So, how exactly can I draw a set (containing arbitrary many shapes) in Visio? The free hand tool is ...
0
votes
0answers
186 views

How do I create macros in Microsoft Visio 2010 wich will convert? [closed]

How do I create macros in Microsoft Visio 2010, wich will convert characters (from [ to Š, { to š, W to NJ, w to nj, Q to LJ, q to lj, ] to Ć, } to ć, ` to Ž, \ to Đ, ^ to Č, ~ to č)? That macros ...
2
votes
1answer
159 views

Adding a Visio DataGraphic to a shape in C#

I need to add the flags icon set DataGraphic to a Visio 2010 shape using C#. I'm working with an embedded Visio Drawing Control and this all has to be done via code. I'm having a lot of difficulty ...
1
vote
0answers
91 views

Listing tables not already in diagram in Visio 2010

I have a database with a large number of tables that I have reverse engineered in Visio Premium 2010. Since that time we have added/changed many tables and reverse engineered into Visio again. I ...
0
votes
2answers
77 views

Relative links issue with Visio 2007

When using the "Use relative path for hyperlink" feature, it appears to only apply for network paths unless the target file happens to be reside in the same directory. If your relative path contains ...
0
votes
1answer
131 views

How do you set a custom line end in visio?

I'm writing a visio export and created a visio template file containing custom line endings. When I try to set those using code, it is not working. //Create two shapes final IVMaster lApp = ...
-1
votes
1answer
242 views

Java code to UML Diagram [duplicate]

Possible Duplicate: Recommended Eclipse plugins to generate UML from Java code Is there some plugin for NetBeans or Eclipse that converts simple Java code to simple UML Diagram, which i ...
0
votes
1answer
269 views

Application hangs forever when opening a Visio document

Here's my small bit of code. protected void ViewVisio(string url) { // open document Microsoft.Office.Interop.Visio.Application visApp = new ...
1
vote
1answer
263 views

Visio - Perpendicular Connectors on Activity Diagram

How do I draw connections that bend at perpendicular (90 degrees) angles between states in an Activity Diagram in Microsoft Visio? I want these connections to adapt when I move the states, so simply ...
0
votes
0answers
137 views

Visio VBA Error while opening from ASP.NET, The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

I am writing a web application in VB.net to open Visio document and do some manipulation. It is working fine in debug mode but showing error in published mode. Here is My Code Imports visio = ...
1
vote
3answers
509 views

Visio 2013 Preview Drawing Control on a Windows Forms Application Crashes

Visual Studio 2012 crashes when open a form that contains a Visio 2013 Preview Drawing control. (Microsoft Visio 15.0 Drawing Control - Com Component). Steps to reproduce this issue. Open Visual ...
-4
votes
2answers
131 views

I want to find a simple diagram software [closed]

Visio is powerful, but it's expensive. I want a simple and professional software.
0
votes
1answer
622 views

Visio 2013 Preview and VB6: Microsoft Office cannot verify the license for this product

I am trying to test our application against Visio 2013 but am having an issue which raises a message in Visio 2013 Preview "Microsoft Office cannot verify the license for this product. You should ...
1
vote
0answers
88 views

Visio web pages

Visio allows you to save .vsd as .htm files. I have a Visio web page diagram with diagram elements that contain URL links. I would like these links to contain the same URL parameters as the web page ...
0
votes
2answers
1k views

Basic Database Design - Optional Participation

Working on basic database design homework and ERD drawing in Visio, and can't wrap my head around this problem. United Helpers is a nonprofit organization that provides aid to people after ...
0
votes
1answer
628 views

How to add hover effect to visio drawing in sharepoint webpart

I've created a web part page which contains visio drawing in sharepoint site. Now I want to show shape data when the mouse hover on specific shapes, instead of clicking "Toggle the visibility of shape ...
0
votes
1answer
140 views

MS Visio - Plug in (disable via registry)

I'm using MS Visio 2007 (on Windows XP sp3) I just wanted to know if there is a registry key that controls the “turning on and off” of the COM Add-In? I've got a plug-in and want to disable for ...
5
votes
2answers
403 views

How do I programmatically drop a Milestone onto a Block Timeline in Visio

I'm trying to programmatically create a timeline and markers using the Visio 2010 COM Interops. My code is based off of Chris Castillo's 2 part blog posting (Part 1, Part 2), which is the only ...
1
vote
3answers
136 views

Complete Software development in diagrams [closed]

I always think that we draw diagrams of software that we want to design. Then we code in (text) files. This is followed by the process in which the design change and the code has to change accordingly ...
4
votes
1answer
337 views

How to get access to the VSTO Application object of multiple instances of Visio 2010 using C#?

Does anyone know how to get access to the VSTO Application object of multiple instances of Visio 2010 using C#? Marshal.GetActiveObject() only returns the active instance. There are forum posts on ...
0
votes
1answer
47 views

I am in the process of learning about Data Modeling using the ER diagramming method. Can someone please assist me with the following

I am in the process of learning about Data Modeling using the ER diagramming methods. Can someone please assist me on how I could handle this case. The diagram should contain two entities, Employee ...
1
vote
1answer
1k views

Adding Attributes to Visio UML Interface Like a Class

Is it possible to add attributes to a Visio (in my case 2007) UML diagram Interface object? It shows operations in its properties dialog, but alas no Attributes section. I am really hoping someone ...
0
votes
2answers
224 views

auto arrange visio shapes through C#

I am using Microsoft Visio as a COM object in my C# application. I want to auto arrange shapes on a Visio page. What should I code for this task? The shapes are database entities. ...
2
votes
2answers
228 views

Insert Sharepoint 2010 property in Visio diagram? [closed]

Is there any way to insert the Sharepoint Document ID property into a Visio diagram? We use it for unique identification of documents and would like it to be printed on all diagrams. Best regards, ...
1
vote
2answers
483 views

Java API for vsd or vdx file generation

Is there any library to generate Visio files from Java? DatadiagramML schema (vdx) is availible on http://www.microsoft.com/en-us/download/details.aspx?id=23976, but it looks very complicated and I ...
1
vote
1answer
177 views

Launch Condition for checking Visio 2010 installation does not work on Win 7 64 bit with Visio 2010 64 bit version

We have a visio 2010 add in deployed using msi created with setup and deployment project in visual studio. The setup project is having a launch condition to check the registry and prompt user if Visio ...
0
votes
2answers
239 views

The same C# code produces different output in Visio Professional and Premium

I have built a simple conversion Add In, but its behavior is unfortunately different with the different Visio Editions (Visio 2010 Professional and Visio 2010 Premium). The Add In takes a ...
0
votes
0answers
133 views

Displaying a Visio document in a browser other than IE?

On my site, I'm displaying several different types of files in the browser, like images, text files, etc. One of the files I want to display is a Visio document. To display it on a page, I'm creating ...
2
votes
0answers
237 views

Change Visio diagram properties in C#

I want to change the physical name of an entity in Visio through C#. Shape1.Text="name"; This can change column names. I have tried it as: Shape1.Name="name"; But it does not effect the physical ...
0
votes
0answers
208 views

The server threw an exception by Documents.OpenEx

When i try to run the Code to Open a Visio File applicationObj.Documents.OpenEx(txtPath.Text, (CShort(Microsoft.Office.Interop.Visio.VisOpenSaveArgs.visOpenMacrosDisabled + ...
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 ...
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 ...
0
votes
1answer
124 views

Visio RecordSet - set row datatype to hyperlink from code not in designer

I want to set the following in codebehind: Visio 2010 -> External Data -> Column settings -> Types and Units -> Hyperlink Checkbox How do I set this Hyperlink flag on a self created adbo recordset? ...
1
vote
1answer
347 views

Change connector style

I want to highlight connectors of a Shape object, but it doesn't give me any LineStyle properties for the connector itself. Here's what I got so far: For i = 0 To UBound(lngShapeIDs) Dim ...
1
vote
0answers
378 views

visio - uml class diagram - show attribute comment & operation comment

I'm current work with VISIO UML diagram & I need to show comment on attributes and operations, GOOGLE for a times and can't find anything helpful so I post question here! any idea to make VISIO ...
0
votes
0answers
103 views

Visio VBA Edit Master Icon

I'm trying to programmatically update a stencil full of masters. I'm able to update the shapes within the master without a problem. However, I want to be able to take the new shape and use an image ...
1
vote
1answer
272 views

Visio Drawing Control Fails in Visual Studio 2012

I am having trouble using Visio 14.0 Drawing Control (Visio 2010) in Visual Studio 2012. It looks like there is a bug in VS2012 using this control. You can reproduce this easily by starting a new win ...

1 2 3 4 5 11