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
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