Tagged Questions
0
votes
0answers
65 views
Orgwiz in visio 2007- use specific template
for visio 2003 I made me a nice template with Background ... for the
Orgcharts, it called with VBA Orgwiz. exe as addon with the famous command
line parameters.
Having now Visio 2007 the same template ...
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
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 = ...
5
votes
2answers
400 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 ...
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
147 views
.Net Visio Control don't show the vsd File
i use the Visio WinForm OCX in my programm and i wan't to open a .vsd file.
i use the following code to open a File
vis_Draw.Focus()
vis_Draw.Document.Application.Documents.OpenEx(strFile, ...
1
vote
1answer
163 views
how to use Page.getResults in VB.Net for Visio Automation
Migrating my VB code to VB.net for Visio Automation. I am getting error in Page.GetResults
"Specified array was not of the expected type".
I guess the Error is with Variant but i could not get ...
0
votes
1answer
463 views
How to drop a shape inside shape in VISIO using VB.net
I am using Rack-mounted Equipment (US units).VSS as stencil. I need to Connect a server on Rack. Please give an answer its urget...!
0
votes
3answers
488 views
Are Task Panes Available in Visio VSTO?
I need create a dockable window for my Visio 2010 add-in developed with VSTO, however I see no way of creating a task pane for Visio.
Am I missing something?
0
votes
1answer
463 views
Visio GlueTo Method Returns “Inappropriate target object for this action”
I am trying to glue a shape to another in Visio using GlueTo
Here is the code
Set trgObj = Cell.shape.Document.Masters("Trigger").Shapes(1)
Dim x As shape
Set x ...
1
vote
7answers
2k views
How to programmatically detect 32-bit or 64-bit visio version is installed?
How to programmatically detect 32-bit or 64-bit visio version is installed?
3
votes
1answer
401 views
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 ...
0
votes
1answer
834 views
Can Visio's macro warning prompt be surpressed when automating in code?
I'm automating Visio 2003 from a VB.NET app. My code looks like this (with the uninteresting stuff removed):
Dim objApp As New Microsoft.Office.Interop.Visio.InvisibleApp
...
