B
booner
I have a VB.net app (Visual Studio 2005), .net 2.0 and I'm generating some
Visio documents on the fly - importing multiple graphics (figured that all
out). So if for example, I import 4 graphics from file (could be up to 20)
in a row - they are all stacked on top of one another in the middle of the
page. What I would prefer is to have each graphic lined up next to one
another (no overlap) - starting in the upper left hand corner of the page
and each graphic be lined up - moving left to right (almost like tiling
them).
I recorded a macro - import a graphic .. select it .. move it to where I
wanted ... but this seems to be a move (relative position). I also found a
Drop method - but that seems to make a copy of the shape.
Any pointers on how best to do this would be much appreciated.
BBB
Visio documents on the fly - importing multiple graphics (figured that all
out). So if for example, I import 4 graphics from file (could be up to 20)
in a row - they are all stacked on top of one another in the middle of the
page. What I would prefer is to have each graphic lined up next to one
another (no overlap) - starting in the upper left hand corner of the page
and each graphic be lined up - moving left to right (almost like tiling
them).
I recorded a macro - import a graphic .. select it .. move it to where I
wanted ... but this seems to be a move (relative position). I also found a
Drop method - but that seems to make a copy of the shape.
Any pointers on how best to do this would be much appreciated.
BBB