Visio Add-on 
Author Message
 Visio Add-on

Hi
Anybody here who has written an add-on for visio? Need
some help creating an add-on witch makes a text file
containing all objects on a visio-sheet.

/Sam



Tue, 30 Nov 2004 17:17:12 GMT  
 Visio Add-on
The Visio site on MSDN has many resources that can illustrate how to create
add-ons.
http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?co...
=28000456

I also wanted to point out that Visio 2002 will do what you ask without the
need for an add-on.  Go to Tools > Report in the menu.  Select the Shape
Inventory report and click Run.  If you want to customize the contents of
the report, select the report and click Modify.  Then you can Run your
modified report.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


Quote:
> Hi
> Anybody here who has written an add-on for visio? Need
> some help creating an add-on witch makes a text file
> containing all objects on a visio-sheet.

> /Sam



Wed, 01 Dec 2004 01:59:12 GMT  
 Visio Add-on
Hi Mark
First of all thank you for answering and you directions. I
had read the documentation on the web earlier but I'm
still a little bit confiused. You wrote about a
application
in Visio 2002 (tools -> report) that could solve my
problem, but is it also avialable in visio 2000? Are there
any other codesamples beside those on the msdn-web that
could assist me? Preferably when the code illustrates
reading from an existning file and classify objects and
connections.

Regards
/Sam Hadiani

Quote:
>-----Original Message-----
>The Visio site on MSDN has many resources that can

illustrate how to create
Quote:
>add-ons.
>http://msdn.microsoft.com/library/default.asp?

url=/nhp/Default.asp?contentid
Quote:
>=28000456

>I also wanted to point out that Visio 2002 will do what
you ask without the
>need for an add-on.  Go to Tools > Report in the menu.  
Select the Shape
>Inventory report and click Run.  If you want to customize
the contents of
>the report, select the report and click Modify.  Then you
can Run your
>modified report.

>--
>Mark Nelson
>Microsoft Corporation

>This posting is provided "AS IS" with no warranties, and
confers no rights.



>> Hi
>> Anybody here who has written an add-on for visio? Need
>> some help creating an add-on witch makes a text file
>> containing all objects on a visio-sheet.

>> /Sam

>.



Fri, 03 Dec 2004 20:31:24 GMT  
 Visio Add-on
Sam,

The Property Reporter is new to Visio 2002.  It reports on properties of
shapes, but it would not be able to report on connections.

I am not aware of other web resources besides MSDN.  Based on your
description I think most of the Visio 2002 SDK documentation and code
samples there would work for you.  (You can check the Visio developer
reference help to determine whether an automation property/method is new to
Visio 2002 or not.)

A 3rd party book that does a good job explaining things is Graham Wideman's
"Visio 2002 Developer's Survival Pack".  Again much of this will be
applicable to Visio 2000.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


Quote:
> Hi Mark
> First of all thank you for answering and you directions. I
> had read the documentation on the web earlier but I'm
> still a little bit confiused. You wrote about a
> application
> in Visio 2002 (tools -> report) that could solve my
> problem, but is it also avialable in visio 2000? Are there
> any other codesamples beside those on the msdn-web that
> could assist me? Preferably when the code illustrates
> reading from an existning file and classify objects and
> connections.

> Regards
> /Sam Hadiani

> >-----Original Message-----
> >The Visio site on MSDN has many resources that can
> illustrate how to create
> >add-ons.
> >http://msdn.microsoft.com/library/default.asp?
> url=/nhp/Default.asp?contentid
> >=28000456

> >I also wanted to point out that Visio 2002 will do what
> you ask without the
> >need for an add-on.  Go to Tools > Report in the menu.
> Select the Shape
> >Inventory report and click Run.  If you want to customize
> the contents of
> >the report, select the report and click Modify.  Then you
> can Run your
> >modified report.

> >--
> >Mark Nelson
> >Microsoft Corporation

> >This posting is provided "AS IS" with no warranties, and
> confers no rights.



> >> Hi
> >> Anybody here who has written an add-on for visio? Need
> >> some help creating an add-on witch makes a text file
> >> containing all objects on a visio-sheet.

> >> /Sam

> >.



Mon, 06 Dec 2004 02:15:33 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. from vba to Visio add-in in VB

2. New Visio Add-ins

3. visio add-on::putText

4. Visio Add-ins in C#

5. Visio Add-on

6. VB6 Visio Add-In problem

7. Adding VBA function to Visio's VBA Editor from ActiveX DLL

8. Add color button is visio

9. adding namespace to visio document

10. add macro perminently to Visio

11. Add toolbar (Visio 5)

12. VB 6 Visio UML Add-In

 

 
Powered by phpBB® Forum Software