D
David Benedict
Hello,
I am new to Visio Automation. I have a program where I simply need to read
the text from the Visio Shapes to look for specific text within the shape.
I have tried using:
Visio.Application.ActivePage.Shapes.Item(0).Text.ToString()
But this returns an error. I have searched and searched for a simple
example of how to get the text, but it is difficult to find.
I also need to loop through the pages, and I could not find a simple example
to change the active page.
Any help or websites would be greatly appreciated. (VB.Net or C# doesn't
matter)
Thanks.
David Benedict
I am new to Visio Automation. I have a program where I simply need to read
the text from the Visio Shapes to look for specific text within the shape.
I have tried using:
Visio.Application.ActivePage.Shapes.Item(0).Text.ToString()
But this returns an error. I have searched and searched for a simple
example of how to get the text, but it is difficult to find.
I also need to loop through the pages, and I could not find a simple example
to change the active page.
Any help or websites would be greatly appreciated. (VB.Net or C# doesn't
matter)
Thanks.
David Benedict