How may I integrate VB.Net with Visio???

A

Al Edlund

have you looked at the v2003 sdk available on msdn? it has examples written
in vb.net.
al
 
H

Haitham Khader

Yes I have looked at it. They are not integrating VB.NET with Visio. The
examples I have seen are not in VB.NET.

Please, what I need is applying an Add Ins in Visio. That Add in is done by
using VB.NET.

I hope It's clear now.

Please help me in this issue.

Kind Regards,
 
A

Al Edlund

One tool that may help is
The Solution Publishing tool works with Windows Installer to let you add
Visio-specific entries, such as Visio add-ons (.vsl and .exe files),
stencils (.vss and .vsx files), templates (.vst and .vtx files), and Help
files (.chm files) to the PublishComponent table of the .msi file that you
create to install your solution on your users' computers. The Solution
Publishing tool is not designed to be an .msi file editor. It requires that
you edit an existing .msi file to enter information about the Visio files
that you want to publish. The Solution Publishing tool works with Windows
Installer version 2.0 and later.

or

within VS create a deployment project to go along with you addon project
(that' what I use).

al
 

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