2003/Understanding/controlling Shapes Window Behavior

P

PaullV

In Visio 2003 the shapes window has a search for shapes
feature. I would like create a template with this feature
turned off and my stencils opened. I can turn it off by
moving stencils around and then closing that the search
for shapes window and the putting my stencils where I want
them. When I use the template, the search for shapes
window gratuitously comes back on. Does anyone understand
this behavior and know how to control it? This happens
when a drawing is saved with search for shapes off also.
Search for shapes reappears when the drawing is opened.
 
P

PaulV

Hi Matt,

Thanks for input -- as far as I can tell the code you
posted and the code in the referenced doc is actually not
quite right.

I used (in VBA):

ActiveWindow.Windows.ItemFromID _
(Visio.visWinIDShapeSearch).Visible = False

Successfully.

Thanks for pointing in the right direction.

Paul
 

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