Turning off the Shape Search of Window Management

G

genc ymeri

I'm reading MSDN in web and as it says in order to turn off the Shape Search
of Window Management is to write this command.

Windows(1).ItemFromID(Visio.visWinIDShapeSearch).Visible = False;


My Visio2003 ActiveX on a C# form is named axVSDrawing. I tried to call the
above command but I'm not sure how can I get the reference or access to that
call

I tried
axVSDrawing.Document.Application.Window.Windows(1),,, etc but I
can't fet the ItemFromID methode/property.

Any help it will be greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top