Visio activeX drawing control

A

andrewLLL

Hello

When I use the drawing control in VB and trying to load 2
stencils docked underneath, using the following code:
Call
DrawingControl1.Document.Application.Documents.OpenEx( _
"file1.vss", visOpenDocked)
Call
DrawingControl1.Document.Application.Documents.OpenEx( _
"file2.vss", visOpenDocked)

I found that for the first the stencils are loaded
properly, but afterwards the stencils are loaded with
titles tab missing. Anybody can reproduce and explan why?

Andrew
 

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