Own Dialog and custom VST and VSS ?

F

Frantch

Hi,

I have some questions about visio SDK possiblity.

1° I would to know if it's possible to create my OWN dialog window (pop-up
windows containing a ListBox or something else ) ?

2° I would to know, how i can create my own/(or manage already existent)
VSS(shape) and VST (template) on the left pane
(set a specifiy identifier on the shape (guid?) for easily find my shape on
the page..)

3° Right click on a shape, and open MY OWN propertie dialogue ?

thank's
 
A

AlEdlund

All of that is feasible. Where the visio sdk will give a lot of very good
examples, what you've described can be done using vba which is standard in
the product.
al
 
F

Frantch

And if i use C#?

ps: i have read all .chm of the visio sdk, and i haven't found example for
create own VSS, and for creat own pop-up windows
 
D

David Parker

A vss is just a stencil ... you don't need c# to create that
You can write your own standard Windows C# popup windows or dockable windows
in a C# add-in ... you will also need to decide how you want to call them ..
I suggest that you look at QUEUEMARKEREVENT

The SDK was written for COM Add-ins, but now you can write VSTO add-ins
using VS 2008.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top