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