A
andrewLLL
Does anybody know how to print one drawing page in Visio
ActiveX control sitting in a VB form? It seems that the
normal way of printing doesn't work with the following
code:
dim dummy as object
set dummy = drawingcontrol1.window.activepage
dummy.print 'doesn't work anymore
Thanks
Andrew
ActiveX control sitting in a VB form? It seems that the
normal way of printing doesn't work with the following
code:
dim dummy as object
set dummy = drawingcontrol1.window.activepage
dummy.print 'doesn't work anymore
Thanks
Andrew