Hi, How, can I display/show a stencil when using the Drawing Control? Thanks, Scott Metzger
S Scott Metzger Oct 28, 2003 #1 Hi, How, can I display/show a stencil when using the Drawing Control? Thanks, Scott Metzger
M Matt Oct 28, 2003 #2 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
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