Questions tagged [visio2013]
26 questions
0
votes
2 answers
Visio 2016 add template page to existing
In Visio I can create template drawings(*.vstx) and I can also add more pages to a drawing (*.vsdx).
When I try to insert a template as a page into my existing drawing it opens as a totally new drawing and not as a page as I want. It seems I can…

Simon J
- 17
- 8
0
votes
2 answers
Visio: Anchor to Sloping Face of Diamond Shape?
In Visio one of the most fundamental and frustrating annoyances I'm facing is not being able to anchor to the sloping face of the diamond shape.
My organization commonly uses this shape in flow diagrams.
Whether it's a densely connected logic point,…

Jason R. Mick
- 5,177
- 4
- 40
- 69
0
votes
0 answers
Pop up window in visio
I am trying to to develop ESP jobs schedule chart sheet in Visio 2013. As there are lots of Jobs, I can't mentioned all the details of jobs in visio shape. So, i want to show a pop up window which will appear when a crusor hiover over a specific…

Jagan
- 1
- 1
0
votes
1 answer
creating link to sub process in visio using c# or vba
Hi i am creating visio shapes programatically using c#.
In visio am creating composite diagrams ( sub - process ) using the below code.
Visio.Shape ParentShape = myShape;
ParentShape.CreateSubProcess(); //it will create a sub diagram for the…

Dah Sra
- 4,107
- 3
- 30
- 69
0
votes
1 answer
Graphics on Visio presentations
I have created a network diagram on Visio, but now my customer is asking that if during the presentation he clicks on any of the network devices a photo of that device should pop-up with a brief description.
Is that possible in Visio 2013?

Mahendrann
- 1
- 2
0
votes
1 answer
How to adjust the width of a pool \ Lane in visio Shape using c#
Hi i was able to adjust all the shapes width and height of visio shapes programatically, but i was not able to adjust the width of the Pool \ Lane shape from visio BPMN Shapes.Why doesnt the width is not getting adjusted.
…

Dah Sra
- 4,107
- 3
- 30
- 69
0
votes
0 answers
Visio: Setting connectors or relationships with Excel data source
I'm able to import objects into a diagram from Excel without a problem; however, I also want to define connections (just lines - what object the line starts from, and what object it goes to) in Excel as well, so I don't have to draw them…

mlb1
- 1
- 1
0
votes
0 answers
Write .vsdx file to Response stream using asp.net
What I tried so far
Response.AddHeader("Content-Disposition", "attachment; filename=" + file.Name);
Response.AddHeader("Content-Length", file.Length.ToString());
Response.ContentType =…

manas das
- 64
- 12
0
votes
1 answer
Add Geometry of Connector Shape programmatically
I create shape and connectors with C# but I want to set Geometry of connectors (I mean lineTo, MoveTo) by code too.
I tried this code but it raise: This section type does not support named rows
short iRow =…

DaNeSh
- 1,022
- 1
- 14
- 24
0
votes
0 answers
Stereotype in sequence diagram visio 2013
I would like to display stereotype(Boundary, Control, Entity) in my sequence diagram using visio 2013 like from this link
Howefer, i can't find a suitable way to make this in Visio 2013/
Is there any way to make stereotype like what i want in…

Yohanim
- 3,319
- 9
- 52
- 92
0
votes
1 answer
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 visioControl.

JleruOHeP
- 10,106
- 3
- 45
- 71