how to hide visio stencil blocks.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SkFXQUFIQVI=?=

    #1

    how to hide visio stencil blocks.

    i just wanted to hide visio stencil blocks from my parent form.
    in child form i used thie following code to hide.
    DrawingControl. Window.Windows. ItemFromID(Micr osoft.Office.In terop.Visio.Vis WinTypes.visWin IDShapeSearch). Visible = False

    if i run visio document form seperately visio stencil blocks are not
    visible.

    if i calling the visio document form from my parent form but visio stencil
    blocks are visible.
  • RobinS

    #2
    Re: how to hide visio stencil blocks.

    Are you doing programming in Visio? Or OLE Automation of Visio? Or
    Interop?

    If nobody here can help you, you might try posting in a Visio newsgroup,
    like microsoft.publi c.visio.develop er or
    microsoft.publi c.visio.develop er.vba.

    Or even microsoft.publi c.dotnet.framew ork.interop.

    Just FYI.
    Robin S.
    ---------------------------------------------------
    "JAWAAHAR" <JAWAAHAR@discu ssions.microsof t.comwrote in message
    news:39AC5C8B-376C-4F56-906A-BDDE9EB2FC4E@mi crosoft.com...
    >i just wanted to hide visio stencil blocks from my parent form.
    in child form i used thie following code to hide.
    DrawingControl. Window.Windows. ItemFromID(Micr osoft.Office.In terop.Visio.Vis WinTypes.visWin IDShapeSearch). Visible
    = False
    >
    if i run visio document form seperately visio stencil blocks are not
    visible.
    >
    if i calling the visio document form from my parent form but visio
    stencil
    blocks are visible.

    Comment

    Working...