Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have find out I need the Microsoft.Office.Interop.VisOcxand Microsoft.Office.Interop.Visio (ver 14). But I have no clue how to do it for visual Studio 2010 and the updated PIA's. There are several links out there to do for the older PIA's and Visio SDK but many of the methods and properties are gone now.
Posted
Updated 11-Jul-12 9:10am
v2

1 solution

You will have to add the relevant dll interop:
http://msdn.microsoft.com/en-us/library/15s06t57.aspx[^]

The documentation of Visio:
http://msdn.microsoft.com/en-us/library/cc160740.aspx[^]

You should now be able to complete your project :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900