Dose anyone know sample or tutorial of VSTO - Visio??

T

tkinugaw

Hi,
I'm looking for material of VSTO - Visio to learn for me and co-workers.
But I could find very few.

Yes, I could find msdn blog, msdn libraly.
Does anyone know good samples, tutorials, hands-on, any kind of them??

Thank you,
 
D

David Parker

Are you looking for a tutorial for writing VSTO Addins or on deploying them?
The Visio SDK has examples of writing COM Add-ins, but they are fairly easy
to convert to VSTO.
The main difference is that VSTO has the ThisAddin class, whereas the COM
Addin has the Connect class.
Although the VSTO Addin Wizard declares th Visio Application WithEvents in
the ThisAddin class, you should not use the WithEvents function because it
is too chatty. Instead, you should use AddAdvise, just like the SDK COM
Addins.
 

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