Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on Implementation of dynamic organization chart.

In my project (in visual studio 2010 - winformapplication) i used VSTO for Visio (visio 2010). Now I want to add an image to my shapes (Microsoft.Office.Interop.Visio.Shape) in OrgChart (orgch_m.vst) template.

Can anybody help me in this?

share|improve this question

1 Answer

Take a look at John Goldsmith's solution for adding images to orgchart shapes.

http://visualsignals.typepad.co.uk/vislog/2008/06/linking-org-chart-images.html

share|improve this answer
Hi and thx for your answer but that is not my issue plz give me a way to do this in my .net codes. – Meg Mytemp Jul 9 '12 at 13:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.