NOT ABLE TO HIDE ShapeSearch Window ???

B

bozood

Hi,
i'm not able to hide the shapeSearch Window in my stencil, and
reaally don't understand why ?

Here is my code : (i use the activeX in a Windows form in VB.NET)

'axDCV is the activeX

axDCV.Window.Windows.ItemFromID(Microsoft.Office.Interop.Visio.VisWinTypes.visWinIDShapeSearch).Visibl
= False

When i execute this code, nothing happen ?
The function "ItemFromID" returns Nothing and i don't understand why
because the ShapeSearch Window is here !?

Any idea about i'm doing wrong ?
Thanks in advance for your help
 
A

Al Edlund

check out the post at "how to show/hide custom properties window" below...
al
 
B

bozood

Hi,
Thanks for your reply but i tried all what's in the post below, an
nothing work ???
that's why i don't understand :
for example when i loop the windows collection by caption and found th
windows "Shapes", i tried to close it or hide it but nothing happen...
i almost have no hair
 

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