J
Jose Gonzale-Conde
I am doing a C# program integrating a Visio Control.
To load a .vsd file I'm using this sentence
axDrawingControl1.Src =3D "F:\\MobiNet\\VISIO\\Sample.vsd";
Visio control opens the file and it initially shows the last page selected when I clos=
ed Sample.vsd. Lets say it was Page-4.
As far Sample.vsd holds up to 8 pages,I wanted to know the rigth procedure to show the r=
emaining pages (1-3,5-8)
Right now I=C2=B4m trying following sentences to recall Page-2, with no succes
Visio.Page page =3D axDrawingControl1.Document.Pages.get_ItemU(2);
page.Application.Window.Activate();
Any cue about it?
To load a .vsd file I'm using this sentence
axDrawingControl1.Src =3D "F:\\MobiNet\\VISIO\\Sample.vsd";
Visio control opens the file and it initially shows the last page selected when I clos=
ed Sample.vsd. Lets say it was Page-4.
As far Sample.vsd holds up to 8 pages,I wanted to know the rigth procedure to show the r=
emaining pages (1-3,5-8)
Right now I=C2=B4m trying following sentences to recall Page-2, with no succes
Visio.Page page =3D axDrawingControl1.Document.Pages.get_ItemU(2);
page.Application.Window.Activate();
Any cue about it?