ConnectShapes Method
Wed, 6 Aug 2008 03:38:15 -0700
Hello Everyone,
Our application creates an organisation chart with Visio and then connects
the parent & child shapes together using the following commands:
ActiveWindow.DeselectAll
ActiveWindow.Select <parent shape>, 2
ActiveWindow.Select <child shape>, 2
ActiveWindow.Selection.ConnectShapes
Visio 2003 ...
|
Maintaining off-document connectivity
Tue, 5 Aug 2008 11:54:00 -0700
I'm an intern working on a project for a company that wishes to split their
process flows into separate but cross-linked software-specific and
hardware-specific documents so that the main document does not require
updating as often. The intent is to have this functional as a group of Visio
documents, sorted ...
|
CommandBarButton works in Document-Module but not in the Stencil-M
Tue, 5 Aug 2008 06:50:01 -0700
Hello !
I need some help. I have googled quiet a much, but couldn't find a solution
to my problem.
I have a piece of VBA-code, that creates a Toolbar.
It DOES work flawlessly when it is in a module of the Document!
But this same code does NOT work, when I place it in the module of a stencil
(of course at ...
|
Visio Shape Properties Edit
Tue, 5 Aug 2008 03:41:01 -0700
How to Edit Visio Shape properties in a Visio Web Page. Without using Visio
IDE.
--
Sam ...
|
Re: Customizing Visio menu?
Tue, 05 Aug 2008 01:39:58 +0100
On Sun, 3 Aug 2008 18:00:23 -0700 (PDT), Nikolay Belyh
<nbelyh@gmail.com> wrote:
>
>> http://www.sandrila.co.uk/addedtohelpmenu.png
>
>You can add to help menu normally; I know that:
>
>http://pix.academ.org/img/2008/08/04/55ba99d308a6c9b38a9af90e5439c759
>
>All of the above weird stuff happens only if yo ...
|
Identity of Shapes whose creation has been undone and redone
Mon, 04 Aug 2008 13:57:57 +0200
Hello everyone,
while trying to integrate my .NET-based Visio-Add-In with the Undo
mechanism, I arrived at the following question:
If I create a shape, and the creation is done and redone as in...
Shape s = DropShapeFromSomeStencilOnThatPage();
int id = s.ID;
string guid = s.get_UniqueID(visGetOrM ...
|
Getting shape's in a layer
Mon, 4 Aug 2008 04:13:00 -0700
Hey
I'm building a Visio diagram that's mostly handled through macros. Most of
the features is simulated by making layers in-/visible. But as the diagram
gets larger the performance drops drastically, and one of the problems is
that I can't seem to get a list of all shapes in a layer, so what I do now is
to ...
|
|
|
Giving effects to visio shapes at run time in c#
Mon, 4 Aug 2008 12:12:48 +0800
I have a program (c#) where in i drop the shapes on to the visio drawing
control. Now i need to show some visual effect (such as highlight or color
change or changing the line style or something similar) on the shape when i
have performed a particular action ,say add a text to the shape.How can i do
this?
...
|
Call a sub that is in a module of another stencil
Sat, 2 Aug 2008 03:55:01 -0700
Hello !
I want to call a Function (sub) that is stored in the module of a stencil I
have.
I want to call this function from a module that belongs to the Document-file
itself, not from the stencil.
How can I do this?
Thanks! ...
|
managed bluetooth library
Fri, 1 Aug 2008 10:25:16 -0700
Hi All,
I'm trying to locate a managed code library to use in printing to a
bluetooth enabled printer from a windows mobile 5 device.
I found a link to one that appears to be broken. Can anyone provide an
updated link or a link to another such library?
Here's the original link:
http://msdn.microsoft.co ...
|