S
Stumple
I have multiple AxDrawing control instances I have opened up inside an
application. I have about 3 stencils I need to open up. The problem I am
having is the stencils don't always open up in the right drawing control and
that is if they even do open.
This is the code I am using to open them:
docs.OpenEx(s,
(short)VisOpenSaveArgs.visOpenRO +
(short)VisOpenSaveArgs.visOpenDocked);
That called for each drawing control. If I only have one drawing control
opened at once things work ok most of the time.
Thanks
application. I have about 3 stencils I need to open up. The problem I am
having is the stencils don't always open up in the right drawing control and
that is if they even do open.
This is the code I am using to open them:
docs.OpenEx(s,
(short)VisOpenSaveArgs.visOpenRO +
(short)VisOpenSaveArgs.visOpenDocked);
That called for each drawing control. If I only have one drawing control
opened at once things work ok most of the time.
Thanks