B
beerka
Windows XP SP3
Visual Studio 2008 SP1
Visio 2003 SP3
How can i move the scroll to a certain shape?
I tried to use this:
fooshape.Application.ActiveWindow.ScrollViewTo(x,y);
where x, y are the shape's PinX and PinY property values.
But this code jumps to wrong place...
Visual Studio 2008 SP1
Visio 2003 SP3
How can i move the scroll to a certain shape?
I tried to use this:
fooshape.Application.ActiveWindow.ScrollViewTo(x,y);
where x, y are the shape's PinX and PinY property values.
But this code jumps to wrong place...