How to display Stencil when using Drawing Control?

S

Scott Metzger

Hi,

How, can I display/show a stencil when using the Drawing Control?

Thanks,
Scott Metzger
 
M

Matt

Hi Scott

I do this with:

myvisApp.Documents.OpenEx (myPath & "\myStencil.vss"), visOpenRO +
visOpenDocked
' this opens your stencil readonly and docked

hope this helps
regards
Matt
 
Top