Creating a Visio Addon - Visio Library File (.vsl) using C#

S

Saresh Naroji

Hi,

I have developed a project in VC++ 2005 which creates a Visio Library file
(.vsl) as the output which can be included with MS Visio as a addon.

I am not very familiar with Visual C#, but want to incorporate the entire
VC++ 2005 Visio Library functionality in C#. Is it possible to create a .vsl
Library file as a shared add-in using C#?

Also there is a database connection through ODBC which stores certain
properties and methods associated with shapes created on the Visio document.
Is it possible to maintain the same recordset which i am using currently in
VC++.

It will be very good if there is some direct procedure to import the entire
VC++ project in C# which maintains the same output. (i.e.) Create a Visio
Library (.vsl) file with same functionality as in VC++ 2005

Regards,

Saresh
 

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