Visio 2007 Activate Launch Condition
Fri, 19 Mar 2010 06:41:02 -0700
Hello,
I'm looking to determine (by registry or otherwise) if Visio has been
activated. Is this possible?
e.g. I get the following exception loading the Visio AxDrawing Control for
Visio 2007 when Visio has not been activated:
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT
E_ ...
|
How to paint connections by value
Thu, 11 Mar 2010 18:32:52 -0800 (PST)
Hi,
Im doing rack diagram, so i need to paint all cables with different
colors by their lengths. I can see all connections lengths from "size
& position" one by one, How to do that? now looking up that "color by
value" command and it doesn't work? Pls help? ...
|
linked list
Wed, 10 Mar 2010 21:56:13 -0800 (PST)
Hi,
I want to use a hiearchy of text boxes. This will change with time, so
I'd like to be able to generate a linked list from the hiearchy. This
Hiearchy is just a tree structure like what you see in the directory
browser. Then I can generate the full names and create links to the
fully named page.
Is link ...
|
Connected shapes layer inheritance
Wed, 10 Mar 2010 09:58:01 -0800
I am trying to see if there is anyway for shapes to inherit layer properties
when two shapes are connected. For example I have a shape "table" with
connection points on it directed in/out. I also have a different shape
"plate" that has an in/out connection point.
The table is only on a table layer when not ...
|
Shortcut/Button to start VBA userform
Sun, 7 Mar 2010 10:01:01 -0800
I am trying to find a way open a userform inside my visio diagram through
pushing shortcut keys, or by clicking on a button on the document. I have the
userform startup when the document is opened and close it when I am done with
using it, but I want to be able to bring it back when I need it again without
r ...
|
Visio Drawing Control
Fri, 5 Mar 2010 08:26:05 -0800
I have embedded a Visio drawing control in a user control and using that in a
WPF Application. The application has three menus. One of these menus is
supposed to show a visio drawing in the visio drawing control. When I load
the drawing file into the visio control, I check to see whether the active
page is a ...
|
Repost: Office 2007 Applications Automation and Visio 2010 Conflict
Thu, 4 Mar 2010 06:40:50 -0800 (PST)
Repost for potential MVP help.
I have Visio models that call Excel and Access explicitly. The models
work fine with Office 2007/Visio 2007 and with the proper application
Reference Library added to the VBA projects.
However, the code fails with Visio 2010. I tracked the problem down
to some kind of confli ...
|
|
|
Duration Format and Format Command List
Wed, 3 Mar 2010 14:53:01 -0800
I would like to make it so Type: Duration could be formated to recognize sec,
min and hr an behave like size and position format, is there a way to achive
this.Any help would be great.
P.S. is there a format command list, man that would be helpful.
--
Thanks ...
|
Using Page.Export via macro can you set rotate orientation
Tue, 2 Mar 2010 07:20:01 -0800
The following code exports each of my tabs as PNG files for inclusion in a
document.
(Just like save as then selecting PNG file as file type|)
Dim mPage As Page
For Each mPage In Application.ActiveDocument.Pages
mPage.Export "C:\PicturesForDoc\" & mPage.Name & ".png"
Next
This works but orientation c ...
|
Create Visio 2007 stencil failed
Tue, 2 Mar 2010 04:30:01 -0800
I tried to create a stencil of shapes, all seemed to go well, then it
crashed, no error message except the dialogue box that asks if you want to
report it to MS
Now when ever I open Visio it loads 4 new drawings, 2 of a diagram I was
copying the shapes from to creat my stencil, 1 blank new page, not sure wh ...
|