Re: Visio Shape Icon - How to change.
Sat, 28 Jun 2008 00:59:52 +0100
On Fri, 27 Jun 2008 09:50:00 -0700, Stumple
<Stumple@discussions.microsoft.com> wrote:
>I am not sure how to answer you questions. I am somewhat new to visio
>development so I am trying to learn.
>
>Basically, there is a shape I have made and put onto a stencil. I made the
>shape by taking a screen shot a ...
|
Org Chart Wizard Automation in Visio 2003 with SQL Server
Fri, 27 Jun 2008 13:06:03 -0700
Hi,
I am trying to programatically automate the Org Chart Wizard(Visio 2003) in
C#. But when I attempt to connect to a SQL Server 2005, I get an error
message- "Invalid data. Your data file is empty".
I tried programming Excel file to be the data source, it worked fine.
I manually ran the wizard using the SQ ...
|
Re: Code-signed macros in template expiring
Thu, 26 Jun 2008 20:55:14 -0700 (PDT)
According to my Visio, files (SanDriLa.vst and SanDri_La.vsl)
are both signed and timestamped 26 June 2008.
Kind regards, Nikolay ...
|
how can i recognize changing a shape in visio?
Thu, 26 Jun 2008 11:10:34 -0700 (PDT)
i have a line on the frame in visio.
i want to do some actions when i change the position of the start
coordination of the line (drag the start point with the mouse).
i didn't see any shapeChange event. only shapeAdded. so how i can i
do it?
thanks
David ...
|
Visio Shape Icon - How to change.
Thu, 26 Jun 2008 09:38:02 -0700
I have a shape on a visio page. I am using .NET to control the visio drawing
control which contains the shape. I would like to change the icon that is
displayed on a shape. How might I do this?
I have code to get a picture but I do not know how to set the shapes icon
with it.
int screen ...
|
is there a book for macros in visio 2003?
Thu, 26 Jun 2008 05:12:48 -0700 (PDT)
i really need a book which explains in details how to write macros in
visio 2003 (from the beginning). haven't found even in amazon. it's
hard to believe that there is no such a book. how can i learn how to
write macros in visio? even the Microsoft's sites barely explain about
it.
if anyone has a link that ...
|
Changing the Fill color based on a user variable
Wed, 25 Jun 2008 13:16:37 -0700
I setup a user variable (user.changecolor). I loaded this variable in the
Line Format : LineColor cell and the Fill Format: FillForegnd cell for a
test box I created.
The line color of my test box changes depending on the value of
user.changecolor. However, i am not able to get the fill color of my test
...
|
|
|
Is there a way to view the names of all the pages?
Wed, 25 Jun 2008 08:04:02 -0700
I would like to view the titles of the pages in VISIO without scrolling
through each or hitting ctrl+PgUp or ctrl+PgDn. Is there a way to see a list
of the pages? ...
|
3D-Vector calculation
Tue, 24 Jun 2008 06:18:03 -0700
Hi All,
I have added a stencil for 3D-Vector Calculation.
To display the vectors on Visio drawing page
as if it were floating in the 3D space, I've added
some geometries to an arrow.
These shapes can calculate the addition and the
subtraction of vectors. , inner and outer products
of 2 vectors.
Main ...
|
Automate Drawing
Mon, 23 Jun 2008 22:53:01 -0700
I'm trying to draw schamtics in Visio by reading cgm files and I'm finding
drawing to a page extemely slow. I've tried creating shpaes and drawing all
the elements of the diagram and then droping the shapes onto the page, while
this is faster its still too slow.
Does anyone know how to draw to Visio with be ...
|