Discussion:
Set Visio Zoom
(too old to reply)
Vaclav
2014-01-13 13:17:42 UTC
Permalink
Hi everyone,

by the means of my control programm I set the Visio zoom factor:

double dFaktor = 1.25; // example
VISIO::IVWindow VWindow;
VWindow.AttachDispatch(m_appVisio.GetActiveWindow()); // m_appVisio is loaded
VWindow.SetZoom(dFaktor);

This code does not run any more with Visio 2013.
Could somebody send me any hint to set the visio zoom for Visio 2013?

Regards, Vaclav
Paul Herber
2014-01-13 19:31:53 UTC
Permalink
Post by Vaclav
Hi everyone,
double dFaktor = 1.25; // example
VISIO::IVWindow VWindow;
VWindow.AttachDispatch(m_appVisio.GetActiveWindow()); // m_appVisio is loaded
VWindow.SetZoom(dFaktor);
This code does not run any more with Visio 2013.
Could somebody send me any hint to set the visio zoom for Visio 2013?
These newsgroups are no longer in use and it is unlikely that you will get an answer here.
There are replacement forums for Visio, Microsoft's own:
http://social.technet.microsoft.com/Forums/en-US/visiogeneral/threads
http://answers.microsoft.com/en-us/office/forum/visio?page=1&tab=all
though these seem to be of rather limted usefulness.

I recommend the VisioGuy forum:
http://www.visguy.com/vgforum/
--
Regards, Paul Herber, Sandrila Ltd.
DFD/SSADM/ERD for Visio http://www.sandrila.co.uk/visio-dfd/
Continue reading on narkive:
Loading...