D
dink337
How would I go about accessing the text (that was typed in) in shapes through
C#?
I have a basic hierarchical diagram in visio that is based on a "True/False"
structure (parent has two children - one each for true and false, which in
turn has a granchild for each true/false, and so on).
The idea is to have text in each true/false shape that I want to "pull out"
and read through a C# app.
How would I go about doing this? Any simple samples would be great, or if
there's a resource online you could point me to.
Ideally, I'd like to be able to pass in the name of the file (visio document
path), then somehow loop through each object (shape) and get the text
displayed in each one.
Any help on this would be extremely appreciated.
Thanks,
Dez
C#?
I have a basic hierarchical diagram in visio that is based on a "True/False"
structure (parent has two children - one each for true and false, which in
turn has a granchild for each true/false, and so on).
The idea is to have text in each true/false shape that I want to "pull out"
and read through a C# app.
How would I go about doing this? Any simple samples would be great, or if
there's a resource online you could point me to.
Ideally, I'd like to be able to pass in the name of the file (visio document
path), then somehow loop through each object (shape) and get the text
displayed in each one.
Any help on this would be extremely appreciated.
Thanks,
Dez