Hello,
I've pasted in a little function that I've written as you can see it takes a shape as a parameter
Public Function ExtractValue(ByVal Shape As Visio.Shape, ByVal Cell As String) As Double
Dim visCell As Visio.Cell
Dim dValue As Double
visCell =...
Hello,
I am trying to capture the Preview Picture of a Visio file to use as a thumbnail. I am using VB.NET to start and manipulate Visio 2002. So far I've discovered the following but I don't have the experience (brains!) to put it all together.
objRet = object.PreviewPicture...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.