Hello Everyone,

I am trying to write a simple VB .net application to read the properties of all my shapes in my visio file and display them all in a text box.

I need to create a Visio.Application object, set it to my file path, connect to the visio document, and pull back a collection of shape objects, and iterate through them.

As a newbe to office development, can anyone suggest anywhere I could begin?
Perhaps a tutorial that explains how to read shape objects?

Thanks a lot

jumax