J
John
Hi,
I'm trying to select a named shape from a vb.net application. I'm running
through a list of files and now have the document object:
doc = m_appVisio.Documents.Open(itm.Text)
But if I'm trying to select a shape using the Select method of the Window
object, how do I get the window object in the first place (or am I
approaching this from the wrong angle)?
Any clues?
Best regards
John
I'm trying to select a named shape from a vb.net application. I'm running
through a list of files and now have the document object:
doc = m_appVisio.Documents.Open(itm.Text)
But if I'm trying to select a shape using the Select method of the Window
object, how do I get the window object in the first place (or am I
approaching this from the wrong angle)?
Any clues?
Best regards
John